mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2024-11-27 14:59:21 +08: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 20.04 LTS
|
||||
- Ubuntu 18.04 LTS
|
||||
|
||||
Debian is currently not supported.
|
||||
- Debian 11 bullseye
|
||||
- Debian 10 buster
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -1,3 +1,6 @@
|
||||
#!/usr/bin/make -f
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_builddeb:
|
||||
dh_builddeb -- -Zgzip
|
||||
|
Loading…
Reference in New Issue
Block a user