diff options
Diffstat (limited to '.ci-make.sh')
| -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  | 
