# Application Update Notifier The Application Update Notifier script will monitor the applications you have installed from the [UCP](https://cp.ultra.cc). When a new update is available, a notification will be sent via Discord Webhook. 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.
This is an unofficial script that is provided for your convenience. The script is provided as-is and may not be updated or maintained by Ultra.cc. Clients are welcome to use and customize unofficial scripts for their unique needs and requirements. Unofficial support may be offered via Discord only and at the sole discretion of Ultra.cc staff. Use at your own risk.
## 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](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks). - Connect to your Ultra.cc slot via SSH, see guide [here](https://docs.ultra.cc/books/secure-shell-%28ssh%29/page/how-to-connect-to-your-ultracc-slot-via-ssh) - Once connected, execute the following command: ```sh bash <(wget -qO- https://scripts.ultra.cc/util/Latest-VersionNotifier/main.sh) ``` - Type `confirm` and press `ENTER` to confirm - Press `1` and `ENTER` to proceed with the installation (If the script is already installed, and you want to update the Discord Webhook URL, press `3` to upgrade the script) - Wait for the installation process to finish - Paste Discord Webhook URL and press `ENTER` [](https://docs.ultra.cc/uploads/images/gallery/2023-07/image-1690394391484.png) - After the script has been successfully installed, a notification should appear on Discord, as the above image shows. - Done! ## Uninstallation - Execute the following command: ```sh bash <(wget -qO- https://scripts.ultra.cc/util/Latest-VersionNotifier/main.sh) ``` - Type `confirm` and press `ENTER` to confirm - Press `2` and `ENTER` to proceed the uninstallation - Press `Y` and `ENTER` to confirm - Done!