Skip to content

Commit

Permalink
Added ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
sitolam committed Oct 30, 2023
1 parent a7a6680 commit 81a6710
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Scripts/install_arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Scripts/install_arch_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81a6710

Please sign in to comment.