From 95d02181f1cc2a103f3e848b5d81205d27ef8d31 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sat, 27 May 2023 11:16:59 +0100 Subject: Add pacman options --- install-artix.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install-artix.sh b/install-artix.sh index 12250b8..c3e15fd 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -213,6 +213,11 @@ if [[ $autologin == true ]]; then -i /mnt/etc/runit/sv/agetty-tty1/conf fi +# Add pacman options +pac_options=ILoveCandy +sed "s/# Misc options/# Misc options\n${pac_options}/g" \ + -i /mnt/etc/pacman.conf + # Configure mkinitcpio.conf modules="btrfs" hooks="base udev autodetect modconf kms keyboard keymap block encrypt resume filesystems fsck" -- cgit