Last active
October 27, 2019 17:36
-
-
Save say2joe/811bf07c3dd30f74a9008dbbb85ce321 to your computer and use it in GitHub Desktop.
Linux PPAs
This file contains hidden or 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
sudo -s # || sudo -i | |
apt install apt-transport-https | |
add-apt-repository -y ppa:danielrichter2007/grub-customizer | |
add-apt-repository -y ppa:nilarimogard/webupd8 # WoeUSB | |
add-apt-repository -y ppa:yannubuntu/boot-repair | |
# Set up-to-date mirror for apt | |
# Check distros for errors | |
software-properties-gtk | |
apt udpate | |
apt full-upgrade | |
apt install --reinstall boot-info boot-repair grub-customizer woeusb | |
apt autoremove |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment