Skip to content

Unofficial RustDesk rpm (and SUSE) repo (latest&nightly)

Notifications You must be signed in to change notification settings

xlionjuan/rustdesk-rpm-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustdesk-rpm-repo

Create Repo for RustDesk latest and nightly

Click me if you're using SUSE

Important

This is unofficial RustDesk RPM repo, what I can say is trust me bro, it is your decision to trust me or not.

Note

Same thing but APT is also available.

The rustdesk*.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.

Architectures

This repo provides two architectures

  • amd64 (x86_64)
  • arm64 (aarch64)

Update frequency

This is all in one repo, so it will update all every 3 AM UTC, because RustDesk's Nightly will build a little over 2 hours.

Import RPM repo

Note

You could use this command for your rpm-ostree (Fedora Atomic) based systems. Or use this commend to add repo to your custom system images like ublue-os/image-template. Please remember to remove sudo if you are using ublue-os/image-template.

latest

curl -fsSl https://xlionjuan.github.io/rustdesk-rpm-repo/latest.repo | sudo tee /etc/yum.repos.d/xlion-rustdesk-rpm-repo.repo

nightly

curl -fsSl https://xlionjuan.github.io/rustdesk-rpm-repo/nightly.repo | sudo tee /etc/yum.repos.d/xlion-rustdesk-rpm-repo.repo

If you wanna switch channel, edit /etc/yum.repos.d/xlion-rustdesk-rpm-repo.repo, edit the baseurl.

Import/Verify GPG Key

The fingerprint is:

1521 F219 00DB 3201 95AF A358 2BE8 3361 1FF6 0389

Please ignore the name, I shared the same key with APT repo.

Install/Upgrade RustDesk

sudo dnf install rustdesk

Or rpm-ostree install rustdesk if you're using Fedora Atomic based systems.

Update to same version number of nightly

Because RustDesk didn't change its version number or add special identify when releasing nightly, so you could run

sudo dnf reinstall rustdesk

to upgrade manually, still better than download manually.

Caution

Don't asking me to doing this.

rustdesk-rpm-suse-repo

Architectures

This repo provides two architectures

  • amd64 (x86_64)
  • arm64 (aarch64)

Import RPM repo

latest

curl -fsSl https://xlionjuan.github.io/rustdesk-rpm-repo/latest-suse.repo | sudo tee /etc/zypp/repos.d/xlion-rustdesk-rpm-suse-repo.repo

nightly

curl -fsSl https://xlionjuan.github.io/rustdesk-rpm-repo/nightly-suse.repo | sudo tee /etc/zypp/repos.d/xlion-rustdesk-rpm-suse-repo.repo

Install/Upgrade RustDesk

sudo zypper in rustdesk

Update to same version number of nightly

Because RustDesk didn't change its version number or add special identify when releasing nightly, so you could run

sudo zypper in --force rustdesk

About

Unofficial RustDesk rpm (and SUSE) repo (latest&nightly)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published