diff --git a/install.sh b/install.sh index 7381045..ac7175d 100755 --- a/install.sh +++ b/install.sh @@ -28,7 +28,7 @@ sed -i \ -e '}' \ PKGBUILD; -makepkg -si --skippgpcheck; +makepkg -si --skippgpcheck --noconfirm; cd "$workingDir"; rm "$pkgName";