From 5f1707600603932437820bbb56ceb1e4fa5cca83 Mon Sep 17 00:00:00 2001 From: Neblio Team Date: Mon, 22 Nov 2021 10:10:24 -0500 Subject: [PATCH] Add support for v3.4.0 --- NEBL-Pi-Installer.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/NEBL-Pi-Installer.sh b/NEBL-Pi-Installer.sh index 0e45155..4ba870f 100755 --- a/NEBL-Pi-Installer.sh +++ b/NEBL-Pi-Installer.sh @@ -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 ==================" @@ -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 @@ -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