Fix installation of ssh-agent service

This commit is contained in:
Manuel Thalmann 2024-03-07 21:48:21 +01:00
commit dba9efcbad
3 changed files with 2 additions and 1 deletions
scripts/Arch/Collections

View file

@ -23,6 +23,7 @@ yay --noconfirm -Syu \
fish \
dconf-editor \
sl \
ssh \
terminal-parrot \
rar \
nextcloud-client \
@ -30,6 +31,7 @@ yay --noconfirm -Syu \
;
. "../Software/git/install.sh";
. "../Config/openssh/install.sh";
sudo chsh $USER --shell "$(which fish)";