diff --git a/profiles/DerGeret/Arch/install.sh b/profiles/DerGeret/Arch/install.sh index 153c87e6..7dee39d0 100755 --- a/profiles/DerGeret/Arch/install.sh +++ b/profiles/DerGeret/Arch/install.sh @@ -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}" \ diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index 5b62e652..bcc7dbf3 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -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)"; diff --git a/scripts/Arch/Config/ssh-agent/install.sh b/scripts/Arch/Config/openssh/install.sh similarity index 100% rename from scripts/Arch/Config/ssh-agent/install.sh rename to scripts/Arch/Config/openssh/install.sh