Disable confirm dialogs during installation

This commit is contained in:
Manuel Thalmann 2023-04-04 00:12:39 +02:00
parent 1ace953e8a
commit b4406b79d1

View file

@ -26,6 +26,6 @@ cp "$scriptRoot/$patchedConfig" .;
-e "}" \
PKGBUILD
makepkg -si;
makepkg --noconfirm -si;
cd "$workingDir";
rm -rf "$contextRoot";