mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Merge pull request #2151 from dmeltzer/pull-from-v3-master
Change v3 installer to fetch v3 master.
This commit is contained in:
commit
6253d41231
|
@ -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
|
||||||
|
|
|
@ -27,7 +27,7 @@ hostname="$(hostname)"
|
||||||
fqdn="$(hostname --fqdn)"
|
fqdn="$(hostname --fqdn)"
|
||||||
ans=default
|
ans=default
|
||||||
hosts=/etc/hosts
|
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
|
tmp=/tmp/$name
|
||||||
fileName=snipe-it-3.0-alpha2
|
fileName=snipe-it-3.0-alpha2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue