Skip to content

Commit 0190398

Browse files
committed
debian-cd: fix dead link
1 parent 75edb30 commit 0190398

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debian-cd/prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33
apk add --no-cache wget ca-certificates rsync
44
mkdir -p /etc/jigdo
5-
wget 'http://atterer.org/sites/atterer/files/2009-08/jigdo/jigdo-bin-0.7.3.tar.bz2'
5+
wget 'https://ftp.lug.ustc.edu.cn/misc/jigdo-bin-0.7.3.tar.bz2'
66
tar xf jigdo-bin-0.7.3.tar.bz2 jigdo-bin-0.7.3/jigdo-file
77
mv jigdo-bin-0.7.3/jigdo-file /usr/local/bin/
88
rm -rf jigdo-bin-*

0 commit comments

Comments
 (0)