mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-07-01 15:25:29 +00:00
commit
06bd1117f6
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -341,4 +341,4 @@ jobs:
|
|||||||
files: |
|
files: |
|
||||||
debian-build/rustdesk-server-hbbr_*_${{ matrix.job.debian_platform }}.deb
|
debian-build/rustdesk-server-hbbr_*_${{ matrix.job.debian_platform }}.deb
|
||||||
debian-build/rustdesk-server-hbbs_*_${{ matrix.job.debian_platform }}.deb
|
debian-build/rustdesk-server-hbbs_*_${{ matrix.job.debian_platform }}.deb
|
||||||
# debian-build/rustdesk-server-utils_*_${{ matrix.job.debian_platform }}.deb
|
debian-build/rustdesk-server-utils_*_${{ matrix.job.debian_platform }}.deb
|
||||||
|
11
README.md
11
README.md
@ -276,3 +276,14 @@ secrets:
|
|||||||
key_priv:
|
key_priv:
|
||||||
file: secrets/id_ed25519
|
file: secrets/id_ed25519
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## .deb packages
|
||||||
|
|
||||||
|
.deb packages are available for each binary, you can find them in the [releases](https://github.com/rustdesk/rustdesk-server/releases).
|
||||||
|
These packages are meant for the following distributions:
|
||||||
|
|
||||||
|
- Ubuntu 22.04 LTS
|
||||||
|
- Ubuntu 20.04 LTS
|
||||||
|
- Ubuntu 18.04 LTS
|
||||||
|
|
||||||
|
Debian is currently not supported.
|
||||||
|
12
debian/control.tpl
vendored
12
debian/control.tpl
vendored
@ -19,9 +19,9 @@ Description: RustDesk server
|
|||||||
Self-host your own RustDesk server, it is free and open source.
|
Self-host your own RustDesk server, it is free and open source.
|
||||||
This package contains the RustDesk relay server.
|
This package contains the RustDesk relay server.
|
||||||
|
|
||||||
# Package: rustdesk-server-utils
|
Package: rustdesk-server-utils
|
||||||
# Architecture: {{ ARCH }}
|
Architecture: {{ ARCH }}
|
||||||
# Depends: ${misc:Depends}
|
Depends: ${misc:Depends}
|
||||||
# Description: RustDesk server
|
Description: RustDesk server
|
||||||
# Self-host your own RustDesk server, it is free and open source.
|
Self-host your own RustDesk server, it is free and open source.
|
||||||
# This package contains the rustdesk-utils binary.
|
This package contains the rustdesk-utils binary.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user