Advertisement
WillyLosverPL

Pobieranie paczek *.deb wraz z zależnościami.

Sep 3rd, 2012
43
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.  
  3. apt-get install $* --print-uris --yes --force-yes | grep ^\' | cut -d\' -f2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement