From 2ef86d48f52856e260ae0b446b39fa2622385e89 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Mon, 11 Mar 2024 21:08:50 +0100 Subject: [PATCH] added message --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index dc33177..93859f4 100644 --- a/installer.sh +++ b/installer.sh @@ -66,7 +66,7 @@ detect_network_tool() { command wget --quiet -O- "$1" | get_version } else - die "Neither curl nor wget available, cannot download dojo. See $gitedu_release_url to download manually" + die "Neither curl nor wget available. Cannot download dojo. Install any of the or see $gitedu_release_url to download manually" fi } -- GitLab