We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f71b6 commit 8c75464Copy full SHA for 8c75464
debian-cd/prepare.sh
@@ -3,6 +3,7 @@ set -e
3
apk add --no-cache wget ca-certificates rsync
4
mkdir -p /etc/jigdo
5
wget 'https://ftp.lug.ustc.edu.cn/misc/jigdo-bin-0.7.3.tar.bz2'
6
+echo "58b8a6885822e55f365c99131c906f16ceaaf657c566e10f410d026704cad157 jigdo-bin-0.7.3.tar.bz2" | sha256sum -c -
7
tar xf jigdo-bin-0.7.3.tar.bz2 jigdo-bin-0.7.3/jigdo-file
8
mv jigdo-bin-0.7.3/jigdo-file /usr/local/bin/
9
rm -rf jigdo-bin-*
0 commit comments