Quick jump:  What's new

 
Go to:
 
Weblog: DebianStuff   
in RazmjenaVjestina
DebianPaketiTrick

1. echo y | apt-get upgrade --print-uris |grep -e http -e ftp |cut -d\' -f2 > fajl.txt
2. wget -i <fajl.txt>

Updejtana verzija skriptice:

#!/bin/bash
yes | sudo apt-get install --print-uris "$1" 2>/dev/null | cut -f2 -d"'" | grep '.deb$' > "$1.txt"
exit 0;
# end of file


original Nov 21 1:28pm

permalink
SourcesList

deb http://security.debian.org/ testing/updates main contrib
deb ftp://ftp.irb.hr/debian/ testing main contrib non-free
deb ftp://ftp.nerim.net/debian-marillat/ testing main
deb http://ftp.hr.debian.org/debian-non-US/ sarge/non-US main contrib non-free
deb http://www.bootsplash.de/files/debian/ unstable main
deb http://www.spinnaker.de/debian/ ./
deb http://mirror.noreply.org/pub/tor/ stable main
deb http://www.linex.org/sources/linex/debian/ sarge linex
deb http://www.planet-moll.de/debian/ woody main


original May 9 11:26am

permalink
Weblog Navigation
Loading...
Weblog Archives
  • Loading...