Skip to content

Instantly share code, notes, and snippets.

@xkortex
Created February 15, 2021 01:56
Show Gist options
  • Save xkortex/5fbb4234bf48745e898be669e2b6c54e to your computer and use it in GitHub Desktop.
Save xkortex/5fbb4234bf48745e898be669e2b6c54e to your computer and use it in GitHub Desktop.
curl and get boot-repair
#!/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