diff options
| -rwxr-xr-x | install-artix.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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" |
