mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-04-27 19:17:01 +00:00
* feat: automation windows pyrdp ping * perf: add pyfreerdp deps --------- Co-authored-by: feng <1304903146@qq.com> Co-authored-by: Eric <xplzv@126.com>
6 lines
254 B
Bash
6 lines
254 B
Bash
#!/bin/bash
|
|
apt install \
|
|
g++ make iputils-ping default-libmysqlclient-dev libpq-dev \
|
|
libffi-dev libldap2-dev libsasl2-dev openssh-client sshpass pkg-config libxml2-dev \
|
|
libxmlsec1-dev libxmlsec1-openssl libaio-dev freetds-dev freerdp2-dev
|