Fetch the installer from master instead of v3 branch. (#2266)

This commit is contained in:
Daniel Meltzer 2016-07-19 12:41:00 -04:00 committed by snipe
parent 099f5d4cfd
commit 54a0d0de0e

View file

@ -2,6 +2,6 @@
if [ "$(id -u)" != "0" ]; then
exec sudo "$0" "$@"
fi
wget https://raw.githubusercontent.com/snipe/snipe-it/v3/snipeit.sh
wget https://raw.githubusercontent.com/snipe/snipe-it/master/snipeit.sh
chmod 744 snipeit.sh
sudo ./snipeit.sh 2>&1 | sudo tee -a /var/log/snipeit-install.log