diff --git a/make_mksquashfs-auto.sh b/make_mksquashfs-auto.sh index 0fc5843..0da58f7 100755 --- a/make_mksquashfs-auto.sh +++ b/make_mksquashfs-auto.sh @@ -48,9 +48,12 @@ if [ "${version}" == "libre" ]; then fi function minimalinstallation() { - cp pacman* /etc/ cp mirrorlist* /etc/pacman.d/ - pacman-key --init + pacman -Scc + pacman -Syy <