From 0ad84dae149a3accfe24cb18f0ad7d59090a2180 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Fri, 6 May 2022 00:02:34 +0200 Subject: [PATCH] Adding instructions to sync sergiotarxz --- core/var/lib/portage/world.CYCLE.1 | 1 + scripts/cycle.1.sh | 5 +++++ scripts/cycle.2.sh | 4 +--- 3 files changed, 7 insertions(+), 3 deletions(-) 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