From 192f0dc05a3c0d4faa58a3db5abe35f88970a7ab Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 25 Sep 2024 19:49:59 +0200 Subject: [PATCH] Fix compatibility with `nix` --- archiso/scripts/show-diff.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/archiso/scripts/show-diff.fish b/archiso/scripts/show-diff.fish index e62fe192..867f2457 100755 --- a/archiso/scripts/show-diff.fish +++ b/archiso/scripts/show-diff.fish @@ -9,6 +9,7 @@ begin source "$dir/template-path.fish" rm -rf "$contextRoot" and cp -r "$(templatePath)" "$contextRoot" + and chmod -R a+w "$contextRoot" and git init "$contextRoot" and git -C "$contextRoot" add .