mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
updater: potentially stop bleeding
This commit is contained in:
parent
be440af88a
commit
7243805d2d
1 changed files with 3 additions and 3 deletions
|
|
@ -9,9 +9,9 @@ else #we are on a user system
|
|||
if [ -d /var/db/repos/pentoo ] && [ -x /usr/bin/layman ]; then
|
||||
if /usr/bin/layman -l | grep pentoo; then
|
||||
printf "Pentoo now manages it's overlay through portage instead of layman.\n"
|
||||
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"
|
||||
#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
|
||||
|
|
|
|||
Loading…
Reference in a new issue