This commit is contained in:
simono41 2018-06-02 00:39:10 +02:00
parent 0718040c64
commit b6e65a5f04

View file

@ -12,12 +12,7 @@ pwd
if [ -d ${packagename} ];then
echo "Bereits vorhanden!!!"
cd ${packagename}
if [ -f .SRCINFO ];then
rm .SRCINFO
fi
if [ -f PKGBUILD ];then
rm PKGBUILD
fi
git reset --hard
git pull
else
git clone ${url}