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

Commit

Permalink
Merge pull request #104 from lidofinance/airgap_setup
Browse files Browse the repository at this point in the history
airgap setup
  • Loading branch information
vshvsh authored Dec 4, 2020
2 parents 208dbc0 + 3cad2f6 commit 8225d70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions airgap_setup/deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
mkdir ~/dc4bc
cp -r ./* ~/dc4bc/
cd ~/dc4bc
tar xvjf firefox-83.0.tar.bz2
chmod 755 dc4bc_airgapped
5 changes: 5 additions & 0 deletions airgap_setup/setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
wget https://ftp.mozilla.org/pub/firefox/releases/83.0/linux-x86_64/en-US/firefox-83.0.tar.bz2
wget https://github.com/lidofinance/dc4bc/releases/download/0.1.0/dc4bc_airgapped_linux
sha1sum firefox-83.0.tar.bz2
cp ../qr_reader_bundle/index.html ./index.html
mv dc4bc_airgapped_linux dc4bc_airgapped

0 comments on commit 8225d70

Please sign in to comment.