From 87d508455dc6c425de018cb8a423c465d34e1538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20F=C3=A6rch=20Mikkelsen?= Date: Sun, 4 Feb 2024 01:09:42 +0100 Subject: [PATCH] Update main.sh Fixed gnupg key file not readable by portage --- scripts/main.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/main.sh b/scripts/main.sh index 82158c3..e2c7f43 100644 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -106,6 +106,8 @@ function configure_portage() { if [[ $ENABLE_BINPKG == "true" ]]; then echo 'FEATURES="getbinpkg"' >> /etc/portage/make.conf + getuto + chmod 644 /etc/portage/gnupg/pubring.kbx fi chmod 644 /etc/portage/make.conf \