diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a757901..06c8dd7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -341,4 +341,4 @@ jobs: files: | debian-build/rustdesk-server-hbbr_*_${{ 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 diff --git a/README.md b/README.md index c55b779..7dbad2d 100644 --- a/README.md +++ b/README.md @@ -276,3 +276,14 @@ secrets: key_priv: 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. diff --git a/debian/control.tpl b/debian/control.tpl index 858fae0..f83460f 100644 --- a/debian/control.tpl +++ b/debian/control.tpl @@ -19,9 +19,9 @@ Description: RustDesk server Self-host your own RustDesk server, it is free and open source. This package contains the RustDesk relay server. -# Package: rustdesk-server-utils -# Architecture: {{ ARCH }} -# Depends: ${misc:Depends} -# Description: RustDesk server -# Self-host your own RustDesk server, it is free and open source. -# This package contains the rustdesk-utils binary. +Package: rustdesk-server-utils +Architecture: {{ ARCH }} +Depends: ${misc:Depends} +Description: RustDesk server + Self-host your own RustDesk server, it is free and open source. + This package contains the rustdesk-utils binary.