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

Commit

Permalink
updated setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej Zavgorodnij committed Dec 13, 2020
1 parent b33c5da commit 1d4f80d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airgapped_setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d4f80d

Please sign in to comment.