Lösche nur das Buildverzeichnes wenn es ein Iso ist
This commit is contained in:
parent
6fdc3d2a12
commit
5aad57cea1
1 changed files with 4 additions and 2 deletions
|
@ -634,8 +634,10 @@ aurinstaller wvkbd
|
|||
|
||||
# background temparature
|
||||
aurinstaller wl-gammarelay-rs
|
||||
echo "Entferne wl-gammerelay-rs Ordner um Speicherplatz zu sparen"
|
||||
rm -R /home/${user}/aur-builds/wl-gammarelay-rs
|
||||
if [ "${archisoinstall}" == "y" ]; then
|
||||
echo "Entferne wl-gammerelay-rs Ordner um Speicherplatz zu sparen"
|
||||
rm -R /home/${user}/aur-builds/wl-gammarelay-rs
|
||||
fi
|
||||
|
||||
# thinkpad docking station Ultra
|
||||
#aurinstaller evdi-git
|
||||
|
|
Loading…
Reference in a new issue