mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
pentoo-scripts: this handles fixing python version set if it was updated and failed to set
This commit is contained in:
parent
679fc25118
commit
f599f36d41
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,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
|
||||
if ! emerge --sync; then
|
||||
if [ -e /etc/portage/repos.conf/pentoo.conf ] && grep -q pentoo.asc /etc/portage/repos.conf/pentoo.conf; then
|
||||
printf "Pentoo repo key incorrectly defined, fixing..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue