This repository has been archived by the owner on Jun 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vasiliy Shapovalov
authored and
Vasiliy Shapovalov
committed
Dec 4, 2020
1 parent
30f178a
commit 3cad2f6
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |