mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Update installer script for v3 now that things have moved around. (#2263)
This commit is contained in:
parent
5266bd4415
commit
099f5d4cfd
|
@ -27,9 +27,9 @@ hostname="$(hostname)"
|
||||||
fqdn="$(hostname --fqdn)"
|
fqdn="$(hostname --fqdn)"
|
||||||
ans=default
|
ans=default
|
||||||
hosts=/etc/hosts
|
hosts=/etc/hosts
|
||||||
file=v3-master.zip #CHANGE THIS WHEN MASTER IS V3 AGAIN
|
file=master.zip
|
||||||
tmp=/tmp/$name
|
tmp=/tmp/$name
|
||||||
fileName=snipe-it-3.0-alpha2
|
fileName=snipe-it-master
|
||||||
|
|
||||||
rm -rf $tmp/
|
rm -rf $tmp/
|
||||||
mkdir $tmp
|
mkdir $tmp
|
||||||
|
|
Loading…
Reference in a new issue