Skip to content

Instantly share code, notes, and snippets.

@bergpb
Created November 22, 2019 13:04
Show Gist options
  • Select an option

  • Save bergpb/5c3399275995c858177647fe00a0d2f2 to your computer and use it in GitHub Desktop.

Select an option

Save bergpb/5c3399275995c858177647fe00a0d2f2 to your computer and use it in GitHub Desktop.
Install Cubic (Custom Ubuntu Image Creator)
# give permissions to execute file: chmod +x install_cubic.sh
# execute file ./install_cubic.sh
echo Installing CUBIC.....
sudo apt-add-repository ppa:cubic-wizard/release -y
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6494C6D6997C215E
sudo apt update && sudo apt install cubic -y
echo Finished!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment