mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-23 01:51:33 -05:00
Minor reorganization
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
9718199d29
commit
013417d7f4
@ -356,7 +356,7 @@ if [ "${network_daemon}" = 'networkmanager' ]; then
|
||||
fi
|
||||
|
||||
if [ "${install_mode}" = 'desktop' ]; then
|
||||
pacstrap /mnt nautilus gdm gnome-console gnome-control-center flatpak pipewire-alsa pipewire-pulse pipewire-jack
|
||||
pacstrap /mnt flatpak gdm gnome-console gnome-control-center nautilus pipewire-alsa pipewire-pulse pipewire-jack
|
||||
elif [ "${install_mode}" = 'server' ]; then
|
||||
pacstrap /mnt openssh unbound
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user