Guest User

Downloading Debian packages+deps with no internet connection

a guest
Aug 9th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. #!/bin/bash
  2. apt-get install $* --print-uris --yes --force-yes | grep ^\' | cut -d\' -f2
Add Comment
Please, Sign In to add comment