From 5475b600783ec3b7266bd123b3c5c763795fd6b0 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 12 Sep 2024 21:46:47 +0200 Subject: [PATCH] Add `git` for installation --- scripts/Arch/OS/setup.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Arch/OS/setup.fish b/scripts/Arch/OS/setup.fish index ff23ac2f..20dd2d23 100755 --- a/scripts/Arch/OS/setup.fish +++ b/scripts/Arch/OS/setup.fish @@ -11,7 +11,7 @@ begin end function installValhallaDeps -V mountDir - pacstrap -K "$mountDir" fish jq nix tmux + pacstrap -K "$mountDir" fish git jq nix tmux end function getInstallerScript -V dir -S