Created
November 22, 2019 13:04
-
-
Save bergpb/5c3399275995c858177647fe00a0d2f2 to your computer and use it in GitHub Desktop.
Install Cubic (Custom Ubuntu Image Creator)
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
| # 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