Allow unawaited installation of plasma-nm
This commit is contained in:
parent
0154a4d456
commit
0e58ab6c3c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ sed -i \
|
|||
-e '}' \
|
||||
PKGBUILD;
|
||||
|
||||
makepkg -si --skippgpcheck;
|
||||
makepkg -si --skippgpcheck --noconfirm;
|
||||
|
||||
cd "$workingDir";
|
||||
rm "$pkgName";
|
||||
|
|
Loading…
Reference in a new issue