learn to bash

This commit is contained in:
Rick Farina (Zero_Chaos) 2018-07-17 16:34:18 -04:00
parent 71071e58bf
commit d7ea0a1170
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

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