mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
pentoo-updater: something is causing python 3.7 to hit user systems and eselect python update breaks their system
This commit is contained in:
parent
c9e5d2cf3e
commit
42dda0fce2
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ if [ -n "${clst_target}" ]; then #we are in catalyst
|
|||
mkdir -p /var/log/portage/emerge-info/
|
||||
emerge --info > /var/log/portage/emerge-info/emerge-info-$(date "+%Y%m%d").txt
|
||||
else #we are on a user system
|
||||
eselect python update
|
||||
#eselect python update
|
||||
eselect python cleanup
|
||||
[ "${NO_SYNC}" = "true" ] || do_sync
|
||||
check_profile
|
||||
|
|
|
|||
Loading…
Reference in a new issue