diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-03-24 15:46:50 -0600 |
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-03-24 15:46:50 -0600 |
| commit | 289b60946d97f34f090e8664b6c02aef00751b5c (patch) | |
| tree | f8a240eacfe63bad3dc5a018c5fb3763539bd764 | |
| parent | 29ede91560584a2ce8f841d860a87950ff2655ed (diff) | |
use apt -y
| -rwxr-xr-x | .ci-make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
