Add missing installation of openssh

This commit is contained in:
Manuel Thalmann 2024-03-10 17:56:34 +01:00
parent 3bcf043f5e
commit e3c7cd9e0d

View file

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