1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-09-16 13:44:42 -04:00
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-06-02 00:14:37 -07:00
parent 0128fd93b6
commit e812fa7185
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -304,7 +304,7 @@ output "It is okay. The script will regenerate the initramfs later in the instal
pacstrap /mnt apparmor base chrony efibootmgr firewalld grub grub-btrfs inotify-tools linux-firmware linux-hardened linux-lts "${microcode}" nano reflector sbctl snapper sudo zram-generator
if [ "${network_daemon}" = 'networkmanager' ]
if [ "${network_daemon}" = 'networkmanager' ]; then
pacstrap /mnt networkmanager
fi