From 1d4f80d5902ef47b16dcda8dc02505dcb3fa9f2f Mon Sep 17 00:00:00 2001 From: Andrej Zavgorodnij Date: Sun, 13 Dec 2020 17:52:02 +0300 Subject: [PATCH] updated setup.sh --- airgapped_setup/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airgapped_setup/setup.sh b/airgapped_setup/setup.sh index 6999c043..00c1995c 100755 --- a/airgapped_setup/setup.sh +++ b/airgapped_setup/setup.sh @@ -6,10 +6,10 @@ while read -r sum _ ; do [[ $sum == 43a0fb57ce1bfd348a15bbcc092ac7cced79ce79 ]] && echo "Firefox checksum is correct." || echo "[WARN] Incorrect Firefox checksum!" done -wget -q --show-progress https://github.com/lidofinance/dc4bc/releases/download/0.1.2/dc4bc_airgapped_linux +wget -q --show-progress https://github.com/lidofinance/dc4bc/releases/download/0.1.4/dc4bc_airgapped_linux shasum dc4bc_airgapped_linux | while read -r sum _ ; do - [[ $sum == 8e3f728fb6fb644c9834641a898bd4e317341916 ]] && echo "Airgapped checksum is correct." || echo "[WARN] Incorrect Airgapped checksum!" + [[ $sum == 791a319d9e77622dc80ca04553a410ae1198ae11 ]] && echo "Airgapped checksum is correct." || echo "[WARN] Incorrect Airgapped checksum!" done cp ../qr_reader_bundle/index.html ./index.html