clean the full repository for the AUR-Build

This commit is contained in:
user1 2023-03-07 16:47:36 +01:00
parent 641d6a64bc
commit 8e62c5ea3d

View file

@ -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