Last active
July 9, 2016 02:15
-
-
Save jeremyje/63feaff90dfcab6cfa70336f7a61ff7e to your computer and use it in GitHub Desktop.
Install Snapcraft on Ubuntu Snappy
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
| #!/bin/bash | |
| # curl https://gist.githubusercontent.com/jeremyje/63feaff90dfcab6cfa70336f7a61ff7e/raw/trusty-snappy.sh | bash | |
| sudo apt-add-repository ppa:snappy-dev/tools | |
| sudo apt update | |
| sudo apt-get install -y -q snappy-tools | |
| sudo apt install -y -q snapcraft |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment