We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a8d43 commit 7644850Copy full SHA for 7644850
ct/stylus.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-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)
3
# Copyright (c) 2021-2025 community-scripts ORG
4
# Author: luismco
5
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
@@ -40,8 +40,6 @@ function update_script() {
40
systemctl start stylus
41
msg_ok "Started $APP"
42
msg_ok "Update Successful"
43
- else
44
- msg_ok "No update required. Latest version already installed."
45
fi
46
exit
47
}
0 commit comments