Add openssh
as a dependency
This commit is contained in:
parent
800a6ed542
commit
87b032ed70
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue