From 879b8a4ba3c5ebb42e4693285ea5b047cbbdefd2 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Mon, 23 Apr 2018 20:09:15 +0200 Subject: armbian: fix root SSH in build and other fixes --- install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index d265e1c0..a8b96960 100644 --- a/install.sh +++ b/install.sh @@ -9,7 +9,8 @@ # # more details at https://ownyourbits.com -#DBG=x +BRANCH=master +DBG=x set -e$DBG @@ -37,10 +38,10 @@ apt-get install --no-install-recommends -y wget ca-certificates sudo rm -rf "$TMPDIR" && mkdir "$TMPDIR" && cd "$TMPDIR" wget -O- --no-check-certificate --content-disposition \ - https://github.com/nextcloud/nextcloudpi/archive/master/latest.tar.gz \ + https://github.com/nextcloud/nextcloudpi/archive/"$BRANCH"/latest.tar.gz \ | tar -xz \ || exit 1 -cd - && cd "$TMPDIR"/nextcloudpi-master +cd - && cd "$TMPDIR"/nextcloudpi-"$BRANCH" # install NCP echo -e "\nInstalling NextCloudPlus" -- cgit v1.2.3