1
0
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:
Tommy 2024-10-24 23:12:57 -07:00 committed by GitHub
parent 9718199d29
commit 013417d7f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -356,7 +356,7 @@ if [ "${network_daemon}" = 'networkmanager' ]; then
fi fi
if [ "${install_mode}" = 'desktop' ]; then 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 elif [ "${install_mode}" = 'server' ]; then
pacstrap /mnt openssh unbound pacstrap /mnt openssh unbound
fi fi