Compare commits

..

No commits in common. "d1258a603ff90779a08eef51262c1e73c4d59fcc" and "62a8d43d94db85db731e2c11e2934c769cf7b742" have entirely different histories.

2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
source <(curl -s 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,6 +40,8 @@ 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
}

View File

@ -43,4 +43,5 @@ customize
msg_info "Cleaning up"
$STD apt-get -y autoremove
$STD apt-get -y autoclean
$STD apt-get -y clean
msg_ok "Cleaned up"