From d0da5e8eb3c75ed482c61ca933227f91f79767c8 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 5 Apr 2023 10:58:51 +0200 Subject: [PATCH] Move git config installation --- scripts/Common/Config/UserProfile/personal.sh | 1 - scripts/PopOS/Collections/personal.sh | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/Common/Config/UserProfile/personal.sh b/scripts/Common/Config/UserProfile/personal.sh index 54581f00..cdcbd5cf 100755 --- a/scripts/Common/Config/UserProfile/personal.sh +++ b/scripts/Common/Config/UserProfile/personal.sh @@ -26,5 +26,4 @@ then source "../Fonts/MicrosoftFonts/install.sh"; fi; -source "../git/install.sh"; popd > /dev/null; diff --git a/scripts/PopOS/Collections/personal.sh b/scripts/PopOS/Collections/personal.sh index 5c116d99..e197adf3 100755 --- a/scripts/PopOS/Collections/personal.sh +++ b/scripts/PopOS/Collections/personal.sh @@ -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";