mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -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)"
|
||||
ans=default
|
||||
hosts=/etc/hosts
|
||||
file=v3-master.zip #CHANGE THIS WHEN MASTER IS V3 AGAIN
|
||||
file=master.zip
|
||||
tmp=/tmp/$name
|
||||
fileName=snipe-it-3.0-alpha2
|
||||
fileName=snipe-it-master
|
||||
|
||||
rm -rf $tmp/
|
||||
mkdir $tmp
|
||||
|
|
Loading…
Reference in a new issue