Skip to content

Commit

Permalink
GitLab instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
xlionjuan committed Feb 10, 2025
1 parent ebb3983 commit 4f6bde2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@ curl -fsSl https://xlionjuan.github.io/rustdesk-rpm-repo/nightly.repo | sudo tee

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

<details>
<summary>GitLab Pages...</summary>
<br>

Cloudflare R2 may not as transparent as ***Pages***, by using this, import the GitHub Pages' repo first, than run this command.

```bash
sed -i 's/github/gitlab/g' /etc/yum.repos.d/xlion-rustdesk-rpm-repo.repo
```
</details>

<details>
<summary>If you wants Cloudflare...</summary>
<br>
Expand Down Expand Up @@ -107,6 +118,17 @@ curl -fsSl https://xlionjuan.github.io/rustdesk-rpm-repo/latest-suse.repo | sudo
curl -fsSl https://xlionjuan.github.io/rustdesk-rpm-repo/nightly-suse.repo | sudo tee /etc/zypp/repos.d/xlion-rustdesk-rpm-suse-repo.repo
```

<details>
<summary>GitLab Pages...</summary>
<br>

Cloudflare R2 may not as transparent as ***Pages***, by using this, import the GitHub Pages' repo first, than run this command.

```bash
sed -i 's/github/gitlab/g' /etc/zypp/repos.d/xlion-rustdesk-rpm-suse-repo.repo
```
</details>

<details>
<summary>If you wants Cloudflare...</summary>
<br>
Expand Down Expand Up @@ -137,6 +159,10 @@ sudo zypper in rustdesk

I use [fpm](https://github.com/jordansissel/fpm) to modify the nightly version with current date, so you'll never need to run `reinstall` in order to upgrade nightly.

## Mirror

This repo and Pages are mirrored to [GitLab](https://gitlab.com/xlionjuan/rustdesk-rpm-repo).

## License

This repository is intended for distributing software. Unless otherwise specified, all scripts and configurations are licensed under the [GNU AGPLv3](LICENSE). **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.

0 comments on commit 4f6bde2

Please sign in to comment.