summaryrefslogtreecommitdiff
path: root/.ci-make.sh
diff options
context:
space:
mode:
authorcrystal <crystal@noreply.codeberg.org>2024-03-23 12:50:19 -0600
committercrystal <crystal@noreply.codeberg.org>2024-03-23 12:50:19 -0600
commitde74368c1bc83e56829c0436b95a3ab240604cfc (patch)
treed7965eb2162fad7bda8eb2bc55b28e461b048c41 /.ci-make.sh
parent8f030778e0a6636264e04164ac5d93591f39b18c (diff)
apt -yv1.21.8-0
Diffstat (limited to '.ci-make.sh')
-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 &