Merge pull request #2151 from dmeltzer/pull-from-v3-master

Change v3 installer to fetch v3 master.
This commit is contained in:
snipe 2016-06-13 22:55:41 -07:00 committed by GitHub
commit 6253d41231
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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