Skip to content

Upgrade

gitondezhuts edited this page Nov 10, 2024 · 1 revision

Upgrade Process

The upgrade process involves downloading and running the upgrade script, which automates the upgrade of the RustDesk services.

Login as Root: Ensure you are logged in as the root user or a user with sufficient privileges to install software and modify system settings.

Download the Upgrade Script:

wget https://raw.githubusercontent.com/infiniteremote/installer/refs/heads/main/update-rustdesk.sh

Run the Upgrade Script:

chmod +x update-rustdesk.sh
./update-rustdesk.sh

Follow the on-screen instructions to complete the Upgrade.

Clone this wiki locally