From 81a67106e40a904f0e056897bc93ccaa5f9a6002 Mon Sep 17 00:00:00 2001 From: sitolam <79202140+Sitolam@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:10:41 +0100 Subject: [PATCH] Added ssh --- Scripts/install_arch.sh | 4 ++-- Scripts/install_arch_chroot.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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