From e3c7cd9e0d2bebe58a04fee68ae8de0d05b2e19b Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 10 Mar 2024 17:56:34 +0100 Subject: [PATCH] Add missing installation of `openssh` --- scripts/Arch/Collections/personal.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index ccbaa58a3..9314a9f9d 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -29,6 +29,7 @@ yay --noconfirm -Syu \ sudo pkgfile --update; +. "../Software/openssh/install.sh"; . "../Software/vim/install.sh"; . "../Software/git/install.sh";