diff --git a/core/var/lib/portage/world.CYCLE.1 b/core/var/lib/portage/world.CYCLE.1 index e69de29..046aa5a 100644 --- a/core/var/lib/portage/world.CYCLE.1 +++ b/core/var/lib/portage/world.CYCLE.1 @@ -0,0 +1 @@ +dev-vcs/git diff --git a/scripts/cycle.1.sh b/scripts/cycle.1.sh index e7cd2e1..ddab2f3 100644 --- a/scripts/cycle.1.sh +++ b/scripts/cycle.1.sh @@ -1,5 +1,10 @@ #!/bin/bash -e +source /etc/profile +env-update + +emerge -b1qg portage + emerge --sync sergiotarxz emerge --sync musl # This is just here to sync up with the other desktops systems. diff --git a/scripts/cycle.2.sh b/scripts/cycle.2.sh index a6af0e5..0ab48b8 100644 --- a/scripts/cycle.2.sh +++ b/scripts/cycle.2.sh @@ -2,8 +2,6 @@ source /etc/profile env-update -emerge -b1qg portage -emerge -b1qg app-portage/grs -unset CONFIGFILE +emerge --depclean emerge -bevqg --keep-going --verbose-conflicts --with-bdeps=y @world