Add missing installation of openssh

This commit is contained in:
Manuel Thalmann 2024-03-10 17:56:34 +01:00
parent e89f301b65
commit 24474e9cc8

View file

@ -29,6 +29,7 @@ yay --noconfirm -Syu \
sudo pkgfile --update;
. "../Software/openssh/install.sh";
. "../Software/vim/install.sh";
. "../Software/git/install.sh";