Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-05-30 21:47:29 +02:00 committed by GitHub
parent fb6c207209
commit ab4878ad88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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