Created
February 15, 2021 01:56
-
-
Save xkortex/5fbb4234bf48745e898be669e2b6c54e to your computer and use it in GitHub Desktop.
curl and get boot-repair
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# bash -c "$(curl -LSfs https://raw.githubusercontent.com/this-file.sh)" | |
sudo apt update | |
sudo apt install -y curl | |
sudo add-apt-repository ppa:yannubuntu/boot-repair | |
sudo apt update | |
sudo apt install -y boot-repair |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment