Allow unawaited installation of plasma-nm

This commit is contained in:
Manuel Thalmann 2023-05-04 18:44:40 +02:00
parent 0154a4d456
commit 0e58ab6c3c

View file

@ -28,7 +28,7 @@ sed -i \
-e '}' \ -e '}' \
PKGBUILD; PKGBUILD;
makepkg -si --skippgpcheck; makepkg -si --skippgpcheck --noconfirm;
cd "$workingDir"; cd "$workingDir";
rm "$pkgName"; rm "$pkgName";