Fix installation of ssh-agent service
This commit is contained in:
parent
5cb9e1fad8
commit
dba9efcbad
3 changed files with 2 additions and 1 deletions
scripts/Arch/Collections
|
@ -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)";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue