Advertisement
marioq

boot-repair

Dec 3rd, 2020 (edited)
835
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. #!/bin/bash
  2. # sudo add-apt-repository -y ppa:yannubuntu/boot-repair
  3. # sudo apt-get update
  4. # sudo apt-get install -y boot-repair
  5. #### one line
  6. sudo add-apt-repository -y ppa:yannubuntu/boot-repair && sudo apt-get update && sudo apt-get install -y boot-repair
  7. # boot-repair
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement