mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Change install.sh in v3 to pull the v3 script
This commit is contained in:
parent
9b08d99fa4
commit
77f6fe161e
|
@ -2,6 +2,6 @@
|
||||||
if [ "$(id -u)" != "0" ]; then
|
if [ "$(id -u)" != "0" ]; then
|
||||||
exec sudo "$0" "$@"
|
exec sudo "$0" "$@"
|
||||||
fi
|
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
|
chmod 744 snipeit.sh
|
||||||
sudo ./snipeit.sh 2>&1 | sudo tee -a /var/log/snipeit-install.log
|
sudo ./snipeit.sh 2>&1 | sudo tee -a /var/log/snipeit-install.log
|
||||||
|
|
Loading…
Reference in a new issue