From de74368c1bc83e56829c0436b95a3ab240604cfc Mon Sep 17 00:00:00 2001 From: crystal Date: Sat, 23 Mar 2024 12:50:19 -0600 Subject: apt -y --- .ci-make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci-make.sh b/.ci-make.sh index 52d48df..597be52 100755 --- a/.ci-make.sh +++ b/.ci-make.sh @@ -124,7 +124,7 @@ case "$1" in apt update -qq apt upgrade -y apt update -qq - apt install "$3" + apt install -y "$3" sudo -u forgejo USER=forgejo \ HOME=/var/lib/forgejo GITEA_WORK_DIR=/var/lib/forgejo \ forgejo web -q --config /etc/fogejo/app.ini & -- cgit v1.2.3