josacar

wine-unstable downloader

Aug 7th, 2011
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. VER="1.3.26-0.1"
  4.  
  5. for i in `dpkg -l | awk '/wine.*uns/ {print $2}'`; do
  6.     wget http://dev.carbon-project.org/debian/wine-unstable/${i}_${VER}_amd64.deb;
  7. done
Add Comment
Please, Sign In to add comment