From 1fba06831db365bad90ccd97b671e0c2c993b99e Mon Sep 17 00:00:00 2001 From: ph4n70m-nuk3r Date: Sat, 1 Jun 2024 13:39:56 +0100 Subject: [PATCH] Amend/improve linux setup script message. --- setup-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-linux.sh b/setup-linux.sh index 3bec8f53..f12be228 100755 --- a/setup-linux.sh +++ b/setup-linux.sh @@ -1,3 +1,3 @@ #!/bin/bash curl -o "MirrorGodotEditorLinux.x86_64" "https://storage.googleapis.com/mirror_native_client_builds/Engine/latest-editor/MirrorGodotEditorLinux.x86_64.zip" -echo "If you do not have wget installed, you can install it or download from here https://storage.googleapis.com/mirror_native_client_builds/Engine/latest-editor/MirrorGodotEditorLinux.x86_64.zip" \ No newline at end of file +echo "If you do not have curl installed, you can either install it and retry, or download the latest editor from https://storage.googleapis.com/mirror_native_client_builds/Engine/latest-editor/MirrorGodotEditorLinux.x86_64.zip"