Update main.sh
Fixed gnupg key file not readable by portage
This commit is contained in:
parent
248e8cd375
commit
87d508455d
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue