git wurde nicht gepullt nach einer AUR-Aktualisierung

This commit is contained in:
user1 2023-03-07 16:44:36 +01:00
parent 5aad57cea1
commit 641d6a64bc

View file

@ -33,6 +33,7 @@ if [ -d ${packagename} ];then
echo "Bereits vorhanden!!!"
cd ${packagename}
git reset --hard
git pull
else
aurinstaller
fi