Move git config installation
This commit is contained in:
parent
444953267d
commit
203a8df564
2 changed files with 2 additions and 1 deletions
|
@ -26,5 +26,4 @@ then
|
|||
source "../Fonts/MicrosoftFonts/install.sh";
|
||||
fi;
|
||||
|
||||
source "../git/install.sh";
|
||||
popd > /dev/null;
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue