From ce5a0f6b495ab246deaf98aaa9ac9a643f309a6b Mon Sep 17 00:00:00 2001 From: arakasi72 Date: Tue, 16 Jan 2018 15:05:22 +0000 Subject: [PATCH] Update rtinst --- scripts/rtinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rtinst b/scripts/rtinst index 8e3e83a..38a1d4e 100755 --- a/scripts/rtinst +++ b/scripts/rtinst @@ -438,7 +438,7 @@ echo "Upgrading packages" | tee -a $logfile export DEBIAN_FRONTEND=noninteractive apt-get -qq upgrade >> $logfile 2>&1 if ! [ $? = 0 ]; then - echo "Problem upgrading packages. Run 'apt-get -qq upgrade' successfully and rerun the script" && exit + echo "Problem upgrading packages. Run 'apt-get upgrade' successfully and rerun the script" && exit fi apt-get clean && apt-get autoclean >> $logfile 2>&1