From d7ea0a1170e2368ceae97ffdaaa8bbbf346856c5 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 17 Jul 2018 16:34:18 -0400 Subject: [PATCH] learn to bash --- scripts/pentoo-updater.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/pentoo-updater.sh b/scripts/pentoo-updater.sh index 72e415f1c..72e65bf42 100755 --- a/scripts/pentoo-updater.sh +++ b/scripts/pentoo-updater.sh @@ -12,6 +12,8 @@ else #we are on a user system printf "Removing Pentoo overlay from layman...\n" layman --delete pentoo printf "emerge --sync *must* complete after this action. Please rerun emerge --sync if there are any issues.\n" + fi + fi if ! emerge --sync; then printf "emerge --sync failed, aborting update for safety\n" exit 1