Skip to content

Commit 7644850

Browse files
authored
fix stylus update
1 parent 62a8d43 commit 7644850

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ct/stylus.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
2+
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
33
# Copyright (c) 2021-2025 community-scripts ORG
44
# Author: luismco
55
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
@@ -40,8 +40,6 @@ function update_script() {
4040
systemctl start stylus
4141
msg_ok "Started $APP"
4242
msg_ok "Update Successful"
43-
else
44-
msg_ok "No update required. Latest version already installed."
4543
fi
4644
exit
4745
}

0 commit comments

Comments
 (0)