From 8e5ac47f83ea12aa80db39475d6f117a089ecad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Fri, 12 Sep 2025 13:57:56 +0200 Subject: [PATCH] Update stylus.sh --- ct/stylus.sh | 3 --- 1 file changed, 3 deletions(-) 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"