From 79a1d4d1c0ca4c2d8d45797de185a92ac98c0ca9 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Tue, 24 May 2022 09:57:11 -0700 Subject: [PATCH] modify to use curl so it'll work on macs as well. --- refresh-qortal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refresh-qortal.sh b/refresh-qortal.sh index faa12c7..04dd609 100644 --- a/refresh-qortal.sh +++ b/refresh-qortal.sh @@ -6,5 +6,5 @@ sleep 5 rm -R db rm qortal.jar 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