diff --git a/Scripts/install_arch.sh b/Scripts/install_arch.sh index ee8cd1cc7c..fcca7b304e 100755 --- a/Scripts/install_arch.sh +++ b/Scripts/install_arch.sh @@ -203,9 +203,9 @@ clear # Installing the packages echo "${bold}Installing the packages ........${normal}" if [ os_prober -eq 1 ]; then - pacstrap /mnt base linux-zen linux-firmware sof-firmware base-devel grub efibootmgr os-prober micro git networkmanager + pacstrap /mnt base linux-zen linux-firmware sof-firmware base-devel grub efibootmgr os-prober micro git networkmanager ssh else - pacstrap /mnt base linux-zen linux-firmware sof-firmware base-devel grub efibootmgr micro git networkmanager + pacstrap /mnt base linux-zen linux-firmware sof-firmware base-devel grub efibootmgr micro git networkmanager ssh fi sleep 1 clear diff --git a/Scripts/install_arch_chroot.sh b/Scripts/install_arch_chroot.sh index c364eab729..007dd9296f 100644 --- a/Scripts/install_arch_chroot.sh +++ b/Scripts/install_arch_chroot.sh @@ -142,7 +142,7 @@ sleep 0.5 echo "Enabling the NetworkManger service ........" systemctl enable NetworkManager -#TODO - add the ssh service +systemctl enable sshd sleep 1 clear