Application Update Notifier
This script is unofficial and not supported by Ultra.cc staff.
The Application Update Notifier script will monitor the applications you have installed from the UCP. When a new update is available, a notification will be sent via Discord Webhook.
Note that this script checks github for new application versions. There is sometimes a delay between the developer deploying a new release on github and our docker provider updating the container. Also, from time-to-time, Ultra.cc freeze an application at a particular release due to bugs or instability in newer versions. This script cannot identify these situations.
Installation
Before starting the installation, make sure to have a Discord Webhook URL ready. For more information on how to create one, follow this link.
- Connect to your Ultra.cc slot via SSH, see guide here
- Once connected, execute the following command:
bash <(wget -qO- https://scripts.usbx.me/util/Latest-VersionNotifier/main.sh)
- Type
confirm
and pressENTER
to confirm - Press
1
andENTER
to proceed with the installation (If the script is already installed, and you want to update the Discord Webhook URL, press3
to upgrade the script) - Wait for the installation process to finish
- Paste Discord Webhook URL and press
ENTER
- After the script has been successfully installed, a notification should appear on Discord, as the above image shows.
- Done!
Uninstallation
- Execute the following command:
bash <(wget -qO- https://scripts.usbx.me/util/Latest-VersionNotifier/main.sh)
- Type
confirm
and pressENTER
to confirm - Press
2
andENTER
to proceed the uninstallation - Press
Y
andENTER
to confirm - Done!