clean the full repository for the AUR-Build
This commit is contained in:
parent
641d6a64bc
commit
8e62c5ea3d
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ function aurinstaller() {
|
||||||
if [ -d ${packagename} ];then
|
if [ -d ${packagename} ];then
|
||||||
echo "Bereits vorhanden!!!"
|
echo "Bereits vorhanden!!!"
|
||||||
cd ${packagename}
|
cd ${packagename}
|
||||||
git reset --hard
|
#git reset --hard
|
||||||
|
git clean -fdx
|
||||||
git pull
|
git pull
|
||||||
else
|
else
|
||||||
aurinstaller
|
aurinstaller
|
||||||
|
|
Loading…
Reference in a new issue