Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.

Commit 1d4f80d

Browse files
author
Andrej Zavgorodnij
committed
updated setup.sh
1 parent b33c5da commit 1d4f80d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airgapped_setup/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ while read -r sum _ ; do
66
[[ $sum == 43a0fb57ce1bfd348a15bbcc092ac7cced79ce79 ]] && echo "Firefox checksum is correct." || echo "[WARN] Incorrect Firefox checksum!"
77
done
88

9-
wget -q --show-progress https://github.com/lidofinance/dc4bc/releases/download/0.1.2/dc4bc_airgapped_linux
9+
wget -q --show-progress https://github.com/lidofinance/dc4bc/releases/download/0.1.4/dc4bc_airgapped_linux
1010
shasum dc4bc_airgapped_linux |
1111
while read -r sum _ ; do
12-
[[ $sum == 8e3f728fb6fb644c9834641a898bd4e317341916 ]] && echo "Airgapped checksum is correct." || echo "[WARN] Incorrect Airgapped checksum!"
12+
[[ $sum == 791a319d9e77622dc80ca04553a410ae1198ae11 ]] && echo "Airgapped checksum is correct." || echo "[WARN] Incorrect Airgapped checksum!"
1313
done
1414

1515
cp ../qr_reader_bundle/index.html ./index.html

0 commit comments

Comments
 (0)