summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSabu Siyad2022-01-14 20:52:51 +0530
committerSabu Siyad2022-01-14 20:52:51 +0530
commit8518967ebddccf1d2f1e38da50a822d33f5dfff0 (patch)
tree3fc8273a5dbf7e16ac17ea347ee1212f5e74bf1d /PKGBUILD
parentb5a08e9ccb9075f1e7e50e203a3a30ff8920e9fa (diff)
downloadaur-inim-git.tar.gz
nimble -y to skip choice
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06f6daa1f22e..1035ac7d8540 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ pkgver() {
prepare() {
cd "${srcdir}/${_dirname}"
- nimble install
+ nimble install -y
}
build() {