]> git.sven.stormbind.net Git - sven/scripts.git/blobdiff - bposearch/getsources.sh
Import bposearch
[sven/scripts.git] / bposearch / getsources.sh
diff --git a/bposearch/getsources.sh b/bposearch/getsources.sh
new file mode 100644 (file)
index 0000000..bfa8b9d
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+cd /home/sven/www/sven_htdocs/bposearch/
+wget -q http://www.backports.org/debian/dists/sarge-backports/main/source/Sources.bz2 && bunzip2 Sources.bz2 && mv Sources main
+wget -q http://www.backports.org/debian/dists/sarge-backports/contrib/source/Sources.bz2 && bunzip2 Sources.bz2 && mv Sources contrib
+wget -q http://www.backports.org/debian/dists/sarge-backports/non-free/source/Sources.bz2 && bunzip2 Sources.bz2 && mv Sources non-free