diff --git a/scripts/Common/OS/setup.fish b/scripts/Common/OS/setup.fish index 3e0f875e..efb4406f 100755 --- a/scripts/Common/OS/setup.fish +++ b/scripts/Common/OS/setup.fish @@ -18,7 +18,7 @@ function runSetup if not type -q installValhallaDeps function installValhallaDeps - echo 'Please set up the hook `installValhallaDeps` for installing `fish`, `nix` and `tmux`.' + echo 'Please set up the hook `installValhallaDeps` for installing `fish`, `git`, `jq`, `nix` and `tmux`.' exit 1 end end