Skip to content

Commit

Permalink
build: add unzip, remove script version
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Mar 15, 2021
1 parent d1edaa9 commit 44652c7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build_joininbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ if [ "$EUID" -ne 0 ]; then
fi

echo
echo "#################################"
echo "# JOININBOX BUILD SCRIPT v0.3.0 #"
echo "#################################"
echo "##########################"
echo "# JOININBOX BUILD SCRIPT #"
echo "##########################"
echo

echo "# Check the command options"
Expand Down Expand Up @@ -259,6 +259,8 @@ apt-get install -y psmisc
apt install -y dialog
# qrencode
apt install -y qrencode
# unzip for the pruned node snapshot
apt install -y unzip
apt-get clean
apt-get -y autoremove

Expand Down

0 comments on commit 44652c7

Please sign in to comment.