From 3ad47081805c1c174b41e5988f304fb8ff983951 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 2eede699..111bd25c 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