Skip to content

Instantly share code, notes, and snippets.

@ajayhn
Created August 25, 2016 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajayhn/a4252350bdd0a1d1833739096495d7d4 to your computer and use it in GitHub Desktop.
Save ajayhn/a4252350bdd0a1d1833739096495d7d4 to your computer and use it in GitHub Desktop.
setup-aptly-on-ubuntu
#!/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