From 403648b31f4da1c330bc477c6898b06a98285b14 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Sat, 18 Dec 2021 22:22:56 +0100 Subject: [PATCH] Add My Repository --- archinstall.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/archinstall.sh b/archinstall.sh index 837d8a0..4973f3e 100755 --- a/archinstall.sh +++ b/archinstall.sh @@ -215,6 +215,13 @@ arch-chroot /mnt /bin/bash -e <> /etc/pacman.conf + echo 'SigLevel = Required DatabaseOptional TrustedOnly' >> /etc/pacman.conf + echo 'Server = http://www.seiichiro0185.org/repo/$arch' >> /etc/pacman.conf + echo "Setting up Snapper" umount /.snapshots rm -r /.snapshots