From 445871d3556647eda98f24506eda51ec66fc369b Mon Sep 17 00:00:00 2001 From: simono41 Date: Thu, 3 May 2018 19:46:36 +0200 Subject: [PATCH] fix --- make_mksquashfs-auto.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 <