chiark / gitweb /
my-debmirror: drop d-i images
[bin.git] / ftp-removals
old mode 100644 (file)
new mode 100755 (executable)
index 2a0837d..31f895f
@@ -2,7 +2,7 @@
 set -e
 
 if [ -z "$1" -o "$1" = main ]; then
-    ${BROWSER:-lynx} http://ftp-master.debian.org/removals.txt
+    ${BROWSER:-w3m} http://ftp-master.debian.org/removals.txt
 else
-    ${BROWSER:-lynx} http://non-us.debian.org/~troup/removals.txt
+    ${BROWSER:-w3m} http://non-us.debian.org/~troup/removals.txt
 fi