Skip to content

Commit

Permalink
Update to install v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nebliodev authored Jul 12, 2021
1 parent cbd0c9c commit 654c9a2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.7 for Neblio Core v3.2.1
#NEBL-Pi Installer v1.0.8 for Neblio Core v3.3.0

echo "================================================================================"
echo "=================== Welcome to the Official NEBL-Pi Installer =================="
Expand Down Expand Up @@ -30,7 +30,7 @@ NEBLIOQT=false
COMPILE=false
JESSIE=false
QUICKSYNC=true
DBVERSION=70516
DBVERSION=70517

# check if we have a Desktop, if not, use home dir
if [ ! -d "$DEST_DIR" ]; then
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.2.1/2021-04-27---v3.2.1-76605e2---nebliod---RPi-raspbian-stretch.tar.gz
tar -xvf 2021-04-27---v3.2.1-76605e2---nebliod---RPi-raspbian-stretch.tar.gz
rm 2021-04-27---v3.2.1-76605e2---nebliod---RPi-raspbian-stretch.tar.gz
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
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.2.1/2021-04-27---v3.2.1-76605e2---neblio-Qt---RPi-raspbian-stretch.tar.gz
tar -xvf 2021-04-27---v3.2.1-76605e2---neblio-Qt---RPi-raspbian-stretch.tar.gz
rm 2021-04-27---v3.2.1-76605e2---neblio-Qt---RPi-raspbian-stretch.tar.gz
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
sudo chmod 775 neblio-qt
fi
fi
Expand Down

0 comments on commit 654c9a2

Please sign in to comment.