From f99176abf37cc05476f81469b2ea921ee260692f Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 6 Dec 2024 16:19:40 -0600 Subject: [PATCH] tools: emerge shadow first _sys-apps/shadow_ needs to be installed explicity, otherwise all _acct-user/*_ and _acct-group/*_ packages will fail to install. --- lib/tools.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/tools.sh b/lib/tools.sh index 94d786b..3fe5b5c 100755 --- a/lib/tools.sh +++ b/lib/tools.sh @@ -1,10 +1,13 @@ #!/bin/sh +xargs -r emerge -vnuUj --rebuilt-binaries=y --color=y <