Update stylus.sh

This commit is contained in:
Slaviša Arežina 2025-09-12 13:57:56 +02:00 committed by GitHub
parent 6fa7d14c3f
commit 8e5ac47f83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"