Important
This is unofficial RustDesk apt repo, what I can say is trust me bro, it is your decision to trust me or not.
Note
You're viewing Nightly channel, click me to check latest channel.
Note
Same thing but RPM is also available.
Note
Cloudflare R2 source is deprecated, but it will still available for some time.
This repo will use modified version of morph027/apt-repo-action and xlionjuan/fedora-createrepo-image to create repo, and deploy to GitHub Pages.
The .sh script is written by ChatGPT, it will fetch the release data from GitHub API and use jq to parse JSON data and find the asset URL.
This repo provides following architectures
amd64(x86_64)arm64(aarch64)armhf(armv7)i386(x86_32) (Actually nothing, just prevent error if your system enabledi386.)
And armhf only has sciter verion.
- Nightly: Every 3 AM UTC, because RustDesk's Nightly will build a little over 2 hours.
- latest: Every Saturday
Please install xlion-repo-archive-keyring package, you need to have jq and curl installed, this command will query GitHub API to get letest keyring package and install it. If you're mind installing by this way, please go to its releases and verify it with SHA256.
sudo apt-get update && sudo apt-get install -y jq curl && url=$(curl -s https://api.github.com/repos/xlionjuan/xlion-repo-archive-keyring/releases/latest | jq -r '.assets[] | select(.name | endswith(".deb")) | .browser_download_url') && tmpfile="/tmp/$(basename "$url")" && curl -L "$url" -o "$tmpfile" && sudo dpkg -i "$tmpfile"
.sources format are supported on all systems.
curl -fsSL https://xlionjuan.github.io/rustdesk-apt-repo-nightly/nightly.sources | sudo tee /etc/apt/sources.list.d/xlion-rustdesk-repo.sourcesGitLab Pages...
Because of terrible Fastly CDN, you may want another choices, import the GitHub Pages' sources first, than run this command.
sed -i 's/github/gitlab/g' /etc/apt/sources.list.d/xlion-rustdesk-repo.sourcessudo apt update && sudo apt install rustdeskI use fpm to modify the version with current date, so you'll never need to run reinstall in order to upgrade.
This repository is intended for distributing software. Unless otherwise specified, all scripts and configurations are licensed under the GNU AGPLv3. THIS DOES NOT INCLUDE THE DISTRIBUTED SOFTWARE ITSELF. For the licenses of the distributed software, please refer to the software developers' websites, Git repositories, the packages' metadata, or contact the developers directly if you have any questions.