Skip to content

Commit

Permalink
Change install.sh in v3 to pull the v3 script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeltzer committed Jun 14, 2016
1 parent 9b08d99 commit 77f6fe1
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/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

0 comments on commit 77f6fe1

Please sign in to comment.