mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-14 10:51:10 +02:00
learn to bash
This commit is contained in:
parent
71071e58bf
commit
d7ea0a1170
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue