Update main.sh

Fixed gnupg key file not readable by portage
This commit is contained in:
Kasper Færch Mikkelsen 2024-02-04 01:09:42 +01:00 committed by GitHub
parent 248e8cd375
commit 87d508455d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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 \