From 099f5d4cfd992a23ca357ab3153802f763ac13ed Mon Sep 17 00:00:00 2001 From: Daniel Meltzer Date: Tue, 19 Jul 2016 11:41:56 -0400 Subject: [PATCH] Update installer script for v3 now that things have moved around. (#2263) --- snipeit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snipeit.sh b/snipeit.sh index d4e1debabe..2bceb8c614 100755 --- a/snipeit.sh +++ b/snipeit.sh @@ -27,9 +27,9 @@ hostname="$(hostname)" fqdn="$(hostname --fqdn)" ans=default hosts=/etc/hosts -file=v3-master.zip #CHANGE THIS WHEN MASTER IS V3 AGAIN +file=master.zip tmp=/tmp/$name -fileName=snipe-it-3.0-alpha2 +fileName=snipe-it-master rm -rf $tmp/ mkdir $tmp