modify to use curl so it'll work on macs as well.
This commit is contained in:
parent
6a451e6f6c
commit
79a1d4d1c0
@ -6,5 +6,5 @@ sleep 5
|
|||||||
rm -R db
|
rm -R db
|
||||||
rm qortal.jar
|
rm qortal.jar
|
||||||
rm log.t*
|
rm log.t*
|
||||||
wget https://github.com/qortal/qortal/releases/latest/download/qortal.jar
|
curl -L -O https://github.com/qortal/qortal/releases/latest/download/qortal.jar
|
||||||
./start.sh
|
./start.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user