mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fetch the current v3-master zip file, not the alpha2 one.
This commit is contained in:
parent
9f6eb02afc
commit
9b08d99fa4
|
@ -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