From ab4878ad8817099c7cc0dac8dee94e5ea5ec009c Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 30 May 2024 21:47:29 +0200 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.sh b/INSTALL.sh index 13cd24a3..3f10b98f 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -619,7 +619,7 @@ install_packages() { echo "Error: Installation of $package failed. Retrying.." $PACKAGE_MANAGER -qq install "$package" if [ $? -ne 0 ]; then - echo "ERROR: Installation failed. Please retry installation with '--retry' flag." + radovan 1 "ERROR: Installation failed. Please retry installation with '--retry' flag." exit 1 fi fi