diff --git a/installer.sh b/installer.sh index dc33177bf82bd3253b0ee4498b6c28f73b172dd4..93859f4149b9ec45c2df56d53368a1152e1787fe 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 }