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
|
||||
echo "Bereits vorhanden!!!"
|
||||
cd ${packagename}
|
||||
git reset --hard
|
||||
#git reset --hard
|
||||
git clean -fdx
|
||||
git pull
|
||||
else
|
||||
aurinstaller
|
||||
|
|
Loading…
Reference in a new issue