From d52dfd07a4855aceb11bfbef3f66f3de91130d76 Mon Sep 17 00:00:00 2001 From: iliajie Date: Wed, 10 May 2023 18:46:03 +0300 Subject: [PATCH] Fix cannot install download command error message --- virtualmin-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualmin-install.sh b/virtualmin-install.sh index 0ef96e2..b0bec5f 100644 --- a/virtualmin-install.sh +++ b/virtualmin-install.sh @@ -250,7 +250,7 @@ pre_check_http_client() { download="/usr/bin/fetch" break elif [ "$wget_attempted" = 1 ]; then - printf " error: No HTTP client available. Could not install \`wget\`. Cannot continue.\\n" >>"$log" + printf " error: No HTTP client available. The installation of a download command has failed. Cannot continue.\\n" >>"$log" return 1 fi