From d51c8512a011ea132bd91d3a5197ddbf2fcb86a2 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Tue, 3 May 2022 21:42:51 +0200 Subject: [PATCH] Adding emerge --sync --- scripts/cycle.1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cycle.1.sh b/scripts/cycle.1.sh index bf4b708..267d758 100644 --- a/scripts/cycle.1.sh +++ b/scripts/cycle.1.sh @@ -2,6 +2,7 @@ echo "Do nothing." +emerge --sync # This is just here to sync up with the other desktops systems. # It just makes life easier when doing a 'git diff' between branches. # But if we were to do the same thing, it would be roughly this ...