mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-04-27 03:02:20 +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
206 B
Bash
6 lines
206 B
Bash
#!/bin/bash
|
|
yum -y install \
|
|
gcc-c++ sshpass mariadb-devel openldap-devel openssh-clients libxml2-devel \
|
|
xmlsec1-devel xmlsec1-openssl-devel libtool-ltdl-devel \
|
|
postgresql-devel freerdp-devel
|