From 656e2ebb508903bb2f11827b79cd0bcc0f57aee1 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Wed, 9 Nov 2022 15:55:54 -0800 Subject: [PATCH] forgot a 'cd' Accidentally forgot a 'cd' so the Machine-files zip was downloading to Desktop instead of home where it should have been. --- rebuilt-machine.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rebuilt-machine.sh b/rebuilt-machine.sh index 4e49f26..f4dcbfd 100644 --- a/rebuilt-machine.sh +++ b/rebuilt-machine.sh @@ -37,6 +37,8 @@ chmod +x Qortal-UI echo "${CYAN} DOWNLOADING IMAGES AND OTHER SCRIPTS ${NC}" +cd + curl -L -O https://cloud.qortal.org/s/t4Fy8Lp4kQYiYZN/download/Machine-files.zip unzip Machine-files.zip