Disable confirm dialogs during installation
This commit is contained in:
parent
1ace953e8a
commit
b4406b79d1
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@ cp "$scriptRoot/$patchedConfig" .;
|
||||||
-e "}" \
|
-e "}" \
|
||||||
PKGBUILD
|
PKGBUILD
|
||||||
|
|
||||||
makepkg -si;
|
makepkg --noconfirm -si;
|
||||||
cd "$workingDir";
|
cd "$workingDir";
|
||||||
rm -rf "$contextRoot";
|
rm -rf "$contextRoot";
|
||||||
|
|
Loading…
Reference in a new issue