diff options
| author | Blake Romero <blake@blkrom.com> | 2023-05-27 11:16:59 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2023-05-27 11:16:59 +0100 |
| commit | 95d02181f1cc2a103f3e848b5d81205d27ef8d31 (patch) | |
| tree | 967c33194e6778ee31082a991083a38d2be2263b | |
| parent | da6aa07f0f74f1044b7345c9a622b8ea32b15515 (diff) | |
Add pacman 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" |
