Skip to content

Commit

Permalink
Add support for v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nebliodev authored Nov 22, 2021
1 parent 654c9a2 commit 5f17076
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions NEBL-Pi-Installer.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
#NEBL-Pi Installer v1.0.8 for Neblio Core v3.3.0
#NEBL-Pi Installer v1.0.9 for Neblio Core v3.4.0

echo "================================================================================"
echo "=================== Welcome to the Official NEBL-Pi Installer =================="
Expand Down Expand Up @@ -137,9 +137,9 @@ if [ "$NEBLIOD" = true ]; then
cp ./nebliod $DEST_DIR
else
cd $DEST_DIR
wget https://github.com/NeblioTeam/neblio/releases/download/v3.3.0/2021-07-12---v3.3.0-36cb445---nebliod---RPi-raspbian-stretch.tar.gz
tar -xvf 2021-07-12---v3.3.0-36cb445---nebliod---RPi-raspbian-stretch.tar.gz
rm 2021-07-12---v3.3.0-36cb445---nebliod---RPi-raspbian-stretch.tar.gz
wget https://github.com/NeblioTeam/neblio/releases/download/v3.4.0/2021-11-22---v3.4.0-2e0dfb8---nebliod---RPi-raspbian-stretch.tar.gz
tar -xvf 2021-11-22---v3.4.0-2e0dfb8---nebliod---RPi-raspbian-stretch.tar.gz
rm 2021-11-22---v3.4.0-2e0dfb8---nebliod---RPi-raspbian-stretch.tar.gz
sudo chmod 775 nebliod
fi
if [ ! -f ~/.neblio/neblio.conf ]; then
Expand Down Expand Up @@ -168,9 +168,9 @@ if [ "$NEBLIOQT" = true ]; then
cp ./wallet/neblio-qt $DEST_DIR
else
cd $DEST_DIR
wget https://github.com/NeblioTeam/neblio/releases/download/v3.3.0/2021-07-12---v3.3.0-36cb445---neblio-Qt---RPi-raspbian-stretch.tar.gz
tar -xvf 2021-07-12---v3.3.0-36cb445---neblio-Qt---RPi-raspbian-stretch.tar.gz
rm 2021-07-12---v3.3.0-36cb445---neblio-Qt---RPi-raspbian-stretch.tar.gz
wget https://github.com/NeblioTeam/neblio/releases/download/v3.4.0/2021-11-22---v3.4.0-2e0dfb8---neblio-Qt---RPi-raspbian-stretch.tar.gz
tar -xvf 2021-11-22---v3.4.0-2e0dfb8---neblio-Qt---RPi-raspbian-stretch.tar.gz
rm 2021-11-22---v3.4.0-2e0dfb8---neblio-Qt---RPi-raspbian-stretch.tar.gz
sudo chmod 775 neblio-qt
fi
fi
Expand Down

0 comments on commit 5f17076

Please sign in to comment.