From 289b60946d97f34f090e8664b6c02aef00751b5c Mon Sep 17 00:00:00 2001 From: crystal Date: Fri, 24 Mar 2023 15:46:50 -0600 Subject: [PATCH] use apt -y --- .ci-make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci-make.sh b/.ci-make.sh index f402daa..bc08780 100755 --- a/.ci-make.sh +++ b/.ci-make.sh @@ -103,7 +103,7 @@ case "$1" in cp ./etc/systemd/system/forgejo.service.d/override.conf /etc/systemd/system/forgejo.service.d/override.conf ;; "install-run-test") - apt install ./"$2" + apt install -y ./"$2" [ -f "/etc/default/forgejo" ] && . /etc/default/forgejo [ -z "$FORGEJO_HOME" ] && FORGEJO_HOME=/var/lib/forgejo [ -z "$FORGEJO_USER" ] && FORGEJO_USER=forgejo