Skip to content

Commit

Permalink
Fetch the installer from master instead of v3 branch. (#2266)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeltzer authored and snipe committed Jul 19, 2016
1 parent 099f5d4 commit 54a0d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 54a0d0d

Please sign in to comment.