diff --git a/ct/stylus.sh b/ct/stylus.sh index e34611c5f..31a84c2e8 100644 --- a/ct/stylus.sh +++ b/ct/stylus.sh @@ -34,11 +34,8 @@ function update_script() { systemctl stop stylus msg_ok "Stopped $APP" - msg_info "Updating $APP" fetch_and_deploy_gh_release "stylus" "mmastrac/stylus" "singlefile" "latest" "/usr/bin/" "*_linux_amd64" - msg_ok "Updated $APP" - msg_info "Starting $APP" systemctl start stylus msg_ok "Started $APP"