From 7644850ad7d4afa60f8cd2a07a752907b198bb0f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 12 Sep 2025 19:54:57 +0200 Subject: [PATCH] fix stylus update --- ct/stylus.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ct/stylus.sh b/ct/stylus.sh index 31a84c2e8..b9ebaaa8b 100644 --- a/ct/stylus.sh +++ b/ct/stylus.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: luismco # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE @@ -40,8 +40,6 @@ function update_script() { systemctl start stylus msg_ok "Started $APP" msg_ok "Update Successful" - else - msg_ok "No update required. Latest version already installed." fi exit }