Skip to content

Instantly share code, notes, and snippets.

@say2joe
Last active October 27, 2019 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save say2joe/811bf07c3dd30f74a9008dbbb85ce321 to your computer and use it in GitHub Desktop.
Save say2joe/811bf07c3dd30f74a9008dbbb85ce321 to your computer and use it in GitHub Desktop.
Linux PPAs
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