Skip to content

Instantly share code, notes, and snippets.

@rohannog
Last active September 26, 2015 20:08
Show Gist options
  • Save rohannog/1152425 to your computer and use it in GitHub Desktop.
Save rohannog/1152425 to your computer and use it in GitHub Desktop.
Get list of deb files to be downloaded
sudo apt-get -qqy --print-uris <upgrade | install pkgname> | awk -F "'" '{print $2}' >> deb-list.txt
wget -bc -i deb-list.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment