Update ots-install.sh

This commit is contained in:
Bas van den Berg 2025-07-20 14:06:34 +02:00 committed by GitHub
parent ea6bffa79f
commit d2f96c89b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ $STD apt-get install -y \
msg_ok "Installed Dependencies"
msg_info "Installing OTS"
fetch_and_deploy_gh_release "ots" "Luzifer/ots" "tarball" "latest" "/opt/ots" "ots_linux_amd64.tgz"
fetch_and_deploy_gh_release "ots" "Luzifer/ots" "prebuild" "latest" "/opt/ots" "ots_linux_amd64.tgz"
cat <<EOF >/opt/ots/env
LISTEN=0.0.0.0:3000
REDIS_URL=redis://127.0.0.1:6379