Update install/alpine-cinny-install.sh

Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
This commit is contained in:
Michel Roegl-Brunner
2026-06-12 09:17:25 +02:00
committed by GitHub
parent 2667cff63d
commit 55c1daf950
+1 -3
View File
@@ -14,9 +14,7 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apk add --no-cache \
jq \
nginx
$STD apk add --no-cache nginx
msg_ok "Installed Dependencies"
fetch_and_deploy_gh_release "cinny" "cinnyapp/cinny" "prebuild" "latest" "/opt/cinny" "cinny-*.tar.gz"