From 9b08d99fa4c20c1b94883b075ebac8e471adc560 Mon Sep 17 00:00:00 2001 From: Daniel Meltzer Date: Mon, 13 Jun 2016 21:54:32 -0400 Subject: [PATCH 1/2] Fetch the current v3-master zip file, not the alpha2 one. --- snipeit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snipeit.sh b/snipeit.sh index 91572b666c..d4e1debabe 100755 --- a/snipeit.sh +++ b/snipeit.sh @@ -27,7 +27,7 @@ hostname="$(hostname)" fqdn="$(hostname --fqdn)" ans=default hosts=/etc/hosts -file=v3.0-alpha2.zip #CHANGE THIS WHEN MASTER IS V3 AGAIN +file=v3-master.zip #CHANGE THIS WHEN MASTER IS V3 AGAIN tmp=/tmp/$name fileName=snipe-it-3.0-alpha2 From 77f6fe161ede7d3f536c97a59cf5e5c317596f16 Mon Sep 17 00:00:00 2001 From: Daniel Meltzer Date: Mon, 13 Jun 2016 21:58:06 -0400 Subject: [PATCH 2/2] Change install.sh in v3 to pull the v3 script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8bc20705a9..bf4876f551 100755 --- a/install.sh +++ b/install.sh @@ -2,6 +2,6 @@ if [ "$(id -u)" != "0" ]; then exec sudo "$0" "$@" fi -wget https://raw.githubusercontent.com/snipe/snipe-it/master/snipeit.sh +wget https://raw.githubusercontent.com/snipe/snipe-it/v3/snipeit.sh chmod 744 snipeit.sh sudo ./snipeit.sh 2>&1 | sudo tee -a /var/log/snipeit-install.log