mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-07-01 15:25:29 +00:00
debian support
This commit is contained in:
parent
dbab22cbbc
commit
ccc870de77
@ -287,5 +287,5 @@ These packages are meant for the following distributions:
|
|||||||
- Ubuntu 22.04 LTS
|
- Ubuntu 22.04 LTS
|
||||||
- Ubuntu 20.04 LTS
|
- Ubuntu 20.04 LTS
|
||||||
- Ubuntu 18.04 LTS
|
- Ubuntu 18.04 LTS
|
||||||
|
- Debian 11 bullseye
|
||||||
Debian is currently not supported.
|
- Debian 10 buster
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -1,3 +1,6 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
|
override_dh_builddeb:
|
||||||
|
dh_builddeb -- -Zgzip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user