Skip to content

Commit 8c75464

Browse files
committed
debian-cd: verify jigdo-bin-0.7.3.tar.bz2
1 parent 56f71b6 commit 8c75464

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debian-cd/prepare.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ set -e
33
apk add --no-cache wget ca-certificates rsync
44
mkdir -p /etc/jigdo
55
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 -
67
tar xf jigdo-bin-0.7.3.tar.bz2 jigdo-bin-0.7.3/jigdo-file
78
mv jigdo-bin-0.7.3/jigdo-file /usr/local/bin/
89
rm -rf jigdo-bin-*

0 commit comments

Comments
 (0)