summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.ci-make.sh2
1 files changed, 1 insertions, 1 deletions
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 &