Skip to content

Commit f4a6b16

Browse files
committed
scripts:wget dependencies.txt, diff hashes
1 parent 82254fc commit f4a6b16

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

scripts/apt_pkgs.sh

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/sh
2+
3+
cd ../pkgs/
4+
5+
printf "[wget] fetch pkg dependencies: \n"
6+
wget -i ../pkgs/dependencies.txt
7+
8+
printf "[sha256sum] compute hash diff output: \n"
9+
sha256sum *.deb >> sha256sum.tmp
10+
diff sha256sum.tmp sha256sum.txt
11+
12+
set +x;

0 commit comments

Comments
 (0)