diff options
| author | crystal <crystal@noreply.codeberg.org> | 2024-03-23 12:50:19 -0600 | 
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2024-03-23 12:50:19 -0600 | 
| commit | de74368c1bc83e56829c0436b95a3ab240604cfc (patch) | |
| tree | d7965eb2162fad7bda8eb2bc55b28e461b048c41 | |
| parent | 8f030778e0a6636264e04164ac5d93591f39b18c (diff) | |
apt -yv1.21.8-0
| -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 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 &  | 
