diff options
| author | crystal <crystal@noreply.codeberg.org> | 2024-01-16 15:43:36 -0700 | 
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2024-01-16 15:43:36 -0700 | 
| commit | 04aaf9d50d586782d251a0003c40803aabbaf19e (patch) | |
| tree | d65dbec3bb7ec3332801a781bcd13000bb11267d | |
| parent | 660d494741b4c52f29b566021c3f1dc955c088e8 (diff) | |
noninteractive
| -rwxr-xr-x | .ci-make.sh | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci-make.sh b/.ci-make.sh index 3acc4e7..52d48df 100755 --- a/.ci-make.sh +++ b/.ci-make.sh @@ -103,6 +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") +		export DEBIAN_FRONTEND=noninteractive  		apt update  		apt install -y ./"$2"  		[ -f "/etc/default/forgejo" ] && . /etc/default/forgejo  | 
