Created
August 25, 2016 01:11
-
-
Save ajayhn/a4252350bdd0a1d1833739096495d7d4 to your computer and use it in GitHub Desktop.
setup-aptly-on-ubuntu
This file contains 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 | |
sudo echo "deb http://repo.aptly.info/ squeeze main" > /etc/apt/sources.list.d/aptly.list | |
wget -qO - https://www.aptly.info/pubkey.txt | sudo apt-key add - | |
sudo apt-get update | |
sudo apt-get install aptly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment