From 87b032ed70a0f9be3a294771e6b40255043d1208 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 5 Dec 2024 14:59:28 +0100 Subject: [PATCH] Add `openssh` as a dependency --- scripts/Arch/lib/dependencies.fish | 2 +- scripts/lib/action.fish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Arch/lib/dependencies.fish b/scripts/Arch/lib/dependencies.fish index c890e99e..3237eb9a 100644 --- a/scripts/Arch/lib/dependencies.fish +++ b/scripts/Arch/lib/dependencies.fish @@ -6,6 +6,6 @@ function installValhallaDeps -V dir -a mountDir set -a args --root "$mountDir" end - and pacinst $args fish git jq nix sudo tmux + and pacinst $args fish git jq nix openssh sudo tmux sudo systemctl enable --now nix-daemon end diff --git a/scripts/lib/action.fish b/scripts/lib/action.fish index 607d2c37..95172834 100644 --- a/scripts/lib/action.fish +++ b/scripts/lib/action.fish @@ -5,7 +5,7 @@ function runActionSetup -V dir source "$dir/nix.fish" source "$dir/settings.fish" echo "Installing dependencies..." - and runHook --force installValhallaDeps 'Please set up a function `installValhallaDeps` for installing `fish`, `git`, `jq`, `nix`, `sudo` and `tmux`.' + and runHook --force installValhallaDeps 'Please set up a function `installValhallaDeps` for installing `fish`, `git`, `jq`, `nix`, `ssh`, `sudo` and `tmux`.' and echo "Preparing nix..." and runHook prepareNix || installNixPkgs