Fix installation of ssh-agent service
This commit is contained in:
parent
5cb9e1fad8
commit
dba9efcbad
3 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,6 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|||
. "../../../scripts/Arch/Software/nvidia-dkms/install.sh";
|
||||
. "../../../scripts/Arch/Software/xone/install.sh";
|
||||
. "../../../scripts/Arch/Software/bt-dualboot/install.sh";
|
||||
. "../../../scripts/Arch/Config/ssh-agent/install.sh";
|
||||
. "../../../scripts/Arch/Collections/personal.sh";
|
||||
|
||||
NEXTCLOUD_DIR="${NEXTCLOUD_DIR}" \
|
||||
|
|
|
@ -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…
Reference in a new issue