Move git config installation

This commit is contained in:
Manuel Thalmann 2023-04-05 10:58:51 +02:00
parent c493fac229
commit d0da5e8eb3
2 changed files with 2 additions and 1 deletions

View file

@ -26,5 +26,4 @@ then
source "../Fonts/MicrosoftFonts/install.sh";
fi;
source "../git/install.sh";
popd > /dev/null;

View file

@ -30,6 +30,8 @@ source "../../Common/Software/Godot/install.sh";
source "../../Debian/Software/Virtual Machine Manager/install.sh";
source "../../Common/Software/Woodpecker CLI/install.sh";
source "../../Common/Config/git/install.sh";
# Install General Packages from APT
source "../../Debian/Software/common-apt/install.sh";