From 8e62c5ea3d29491e04ba26cdfb39178910151f7c Mon Sep 17 00:00:00 2001 From: user1 Date: Tue, 7 Mar 2023 16:47:36 +0100 Subject: [PATCH] clean the full repository for the AUR-Build --- scripts/aurinstall.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/aurinstall.sh b/scripts/aurinstall.sh index cada51d..90e9233 100755 --- a/scripts/aurinstall.sh +++ b/scripts/aurinstall.sh @@ -32,7 +32,8 @@ function aurinstaller() { if [ -d ${packagename} ];then echo "Bereits vorhanden!!!" cd ${packagename} - git reset --hard + #git reset --hard + git clean -fdx git pull else aurinstaller