We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75edb30 commit 0190398Copy full SHA for 0190398
1 file changed
debian-cd/prepare.sh
@@ -2,7 +2,7 @@
2
set -e
3
apk add --no-cache wget ca-certificates rsync
4
mkdir -p /etc/jigdo
5
-wget 'http://atterer.org/sites/atterer/files/2009-08/jigdo/jigdo-bin-0.7.3.tar.bz2'
+wget 'https://ftp.lug.ustc.edu.cn/misc/jigdo-bin-0.7.3.tar.bz2'
6
tar xf jigdo-bin-0.7.3.tar.bz2 jigdo-bin-0.7.3/jigdo-file
7
mv jigdo-bin-0.7.3/jigdo-file /usr/local/bin/
8
rm -rf jigdo-bin-*
0 commit comments