diff --git a/conty-start.sh b/conty-start.sh index 5d1c2dd..fe918d3 100755 --- a/conty-start.sh +++ b/conty-start.sh @@ -43,7 +43,7 @@ mount_point="${working_dir}"/mnt # a problem with mounting the squashfs image due to an incorrectly calculated offset. # The size of this script -scriptsize=20149 +scriptsize=20226 # The size of the utils.tar archive # utils.tar contains bwrap and squashfuse binaries @@ -317,6 +317,7 @@ fakeroot -- pacman --noconfirm -S archlinux-keyring 2>/dev/null fakeroot -- pacman --noconfirm -S chaotic-keyring 2>/dev/null rm -rf /etc/pacman.d/gnupg fakeroot -- pacman-key --init +echo "keyserver hkps://keyserver.ubuntu.com" >> /etc/pacman.d/gnupg/gpg.conf fakeroot -- pacman-key --populate archlinux fakeroot -- pacman-key --populate chaotic fakeroot -- pacman --noconfirm --overwrite "*" -Su 2>/dev/null diff --git a/create-arch-bootstrap.sh b/create-arch-bootstrap.sh index 57826e1..9ea5461 100755 --- a/create-arch-bootstrap.sh +++ b/create-arch-bootstrap.sh @@ -159,6 +159,7 @@ echo "[multilib]" >> "${bootstrap}"/etc/pacman.conf echo "Include = /etc/pacman.d/mirrorlist" >> "${bootstrap}"/etc/pacman.conf run_in_chroot pacman-key --init +echo "keyserver hkps://keyserver.ubuntu.com" >> "${bootstrap}"/etc/pacman.d/gnupg/gpg.conf run_in_chroot pacman-key --populate archlinux # Add Chaotic-AUR repo