From 7882bd21d64c9e33293408221fde7ebecbbbca22 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 12 Sep 2024 21:46:57 +0200 Subject: [PATCH] Fix incorrect message --- scripts/Common/OS/setup.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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