modify to use curl so it'll work on macs as well.

This commit is contained in:
crowetic 2022-05-24 09:57:11 -07:00 committed by GitHub
parent 6a451e6f6c
commit 79a1d4d1c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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