pull/565/head
Mr Chen 1 year ago
parent 55c4709c93
commit 66351dc3a7
  1. 1
      scripts/install/alma.sh
  2. 1
      scripts/install/amazon.sh
  3. 2
      scripts/install/arch.sh
  4. 1
      scripts/install/centos.sh
  5. 1
      scripts/install/debian.sh
  6. 1
      scripts/install/euler.sh
  7. 1
      scripts/install/fedora.sh
  8. 1
      scripts/install/freebsd.sh
  9. 2
      scripts/install/macos.sh
  10. 1
      scripts/install/opensuse.sh
  11. 2
      scripts/install/rhel.sh
  12. 1
      scripts/install/rocky.sh
  13. 2
      scripts/install/ubuntu.sh

@ -14,6 +14,7 @@ dnf install -y python3-devel
dnf install -y python-devel dnf install -y python-devel
dnf install -y crontabs dnf install -y crontabs
dnf install -y mysql-devel dnf install -y mysql-devel
dnf install -y pv
SSH_PORT=`netstat -ntpl|grep sshd|grep -v grep | sed -n "1,1p" | awk '{print $4}' | awk -F : '{print $2}'` SSH_PORT=`netstat -ntpl|grep sshd|grep -v grep | sed -n "1,1p" | awk '{print $4}' | awk -F : '{print $2}'`
if [ "$SSH_PORT" == "" ];then if [ "$SSH_PORT" == "" ];then

@ -21,6 +21,7 @@ yum install -y python-devel
yum install -y curl-devel libmcrypt libmcrypt-devel yum install -y curl-devel libmcrypt libmcrypt-devel
yum install -y mysql-devel yum install -y mysql-devel
yum install -y expect yum install -y expect
yum install -y pv
SSH_PORT=`netstat -ntpl|grep sshd|grep -v grep | sed -n "1,1p" | awk '{print $4}' | awk -F : '{print $2}'` SSH_PORT=`netstat -ntpl|grep sshd|grep -v grep | sed -n "1,1p" | awk '{print $4}' | awk -F : '{print $2}'`
if [ "$SSH_PORT" == "" ];then if [ "$SSH_PORT" == "" ];then

@ -40,6 +40,8 @@ echo y | pacman -Sy rpcsvc-proto
echo y | pacman -Sy lemon echo y | pacman -Sy lemon
echo y | pacman -Sy which echo y | pacman -Sy which
echo y | pacman -Sy expect echo y | pacman -Sy expect
echo y | pacman -Sy pv
## gd start ## gd start
echo y | pacman -Sy gd echo y | pacman -Sy gd

@ -31,6 +31,7 @@ yum install -y libmcrypt
yum install -y libmcrypt-devel yum install -y libmcrypt-devel
yum install -y mysql-devel yum install -y mysql-devel
yum install -y expect yum install -y expect
yum install -y pv
# if [ -f /usr/sbin/iptables ];then # if [ -f /usr/sbin/iptables ];then

@ -56,6 +56,7 @@ apt-get update -y
apt install -y wget curl lsof unzip tar cron expect locate lrzsz apt install -y wget curl lsof unzip tar cron expect locate lrzsz
apt install -y rar apt install -y rar
apt install -y unrar apt install -y unrar
apt install -y pv
apt install -y python3-pip python3-dev python3-venv apt install -y python3-pip python3-dev python3-venv

@ -31,6 +31,7 @@ yum install -y libmcrypt
yum install -y libmcrypt-devel yum install -y libmcrypt-devel
yum install -y mysql-devel yum install -y mysql-devel
yum install -y expect yum install -y expect
dnf install -y pv
# if [ -f /usr/sbin/iptables ];then # if [ -f /usr/sbin/iptables ];then

@ -73,6 +73,7 @@ yum install -y epel-release
yum install -y libevent libevent-devel zip libmcrypt libmcrypt-devel yum install -y libevent libevent-devel zip libmcrypt libmcrypt-devel
yum install -y rar unrar yum install -y rar unrar
yum install -y pv
yum install -y gcc libffi-devel python-devel openssl-devel yum install -y gcc libffi-devel python-devel openssl-devel
yum install -y libmcrypt libmcrypt-devel python3-devel yum install -y libmcrypt libmcrypt-devel python3-devel

@ -60,6 +60,7 @@ pkg install -y harfbuzz
pkg install -y libevent pkg install -y libevent
pkg install -y pidof pkg install -y pidof
pkg install -y pstree pkg install -y pstree
pkg install -y pv
# curl https://sh.rustup.rs -sSf | sh # curl https://sh.rustup.rs -sSf | sh
pkg install -y rust pkg install -y rust

@ -22,7 +22,7 @@ if [ "$?" != "0" ];then
brew install mysql brew install mysql
fi fi
brew install pv
brew install libzip bzip2 gcc openssl re2c cmake brew install libzip bzip2 gcc openssl re2c cmake
brew install librdkafka brew install librdkafka
brew install coreutils libxml2 xml2 brew install coreutils libxml2 xml2

@ -28,6 +28,7 @@ zypper install -y libevent-devel
zypper install -y libtirpc-devel zypper install -y libtirpc-devel
zypper install -y rpcgen zypper install -y rpcgen
zypper install -y expect zypper install -y expect
zypper install -y pv
zypper install -y libzip libzip-devel zypper install -y libzip libzip-devel
zypper install -y unrar rar zypper install -y unrar rar

@ -184,6 +184,7 @@ if [ "$VERSION_ID" -ge "8" ];then
oniguruma oniguruma-devel patch pcre pcre-devel perl perl-Data-Dumper perl-devel procps psmisc python3-devel \ oniguruma oniguruma-devel patch pcre pcre-devel perl perl-Data-Dumper perl-devel procps psmisc python3-devel \
openssl openssl-devel patchelf libargon2-devel\ openssl openssl-devel patchelf libargon2-devel\
ImageMagick ImageMagick-devel libyaml-devel \ ImageMagick ImageMagick-devel libyaml-devel \
pv \
readline-devel rpcgen sqlite-devel rar unrar tar unzip vim-minimal wget zip zlib zlib-devel; readline-devel rpcgen sqlite-devel rar unrar tar unzip vim-minimal wget zip zlib zlib-devel;
do do
# dnf --enablerepo=remi,appstream,baseos,epel,extras,powertools install -y oniguruma5php-devel # dnf --enablerepo=remi,appstream,baseos,epel,extras,powertools install -y oniguruma5php-devel
@ -203,6 +204,7 @@ else
libwebp libwebp-devel libxml2 libxml2-devel libxslt libxslt-devel libzip libzip-devel libzstd-devel \ libwebp libwebp-devel libxml2 libxml2-devel libxslt libxslt-devel libzip libzip-devel libzstd-devel \
make mysql-devel ncurses ncurses-devel net-tools oniguruma oniguruma-devel openldap openldap-devel \ make mysql-devel ncurses ncurses-devel net-tools oniguruma oniguruma-devel openldap openldap-devel \
openssl openssl-devel patch pcre pcre-devel perl perl-Data-Dumper perl-devel psmisc python-devel \ openssl openssl-devel patch pcre pcre-devel perl perl-Data-Dumper perl-devel psmisc python-devel \
pv \
python3-devel python3-pip re2c readline-devel rpcgen sqlite-devel tar unzip rar unrar vim-minimal vixie-cron \ python3-devel python3-pip re2c readline-devel rpcgen sqlite-devel tar unzip rar unrar vim-minimal vixie-cron \
wget zip zlib zlib-devel ImageMagick ImageMagick-devel libyaml-devel patchelf libargon2-devel; wget zip zlib zlib-devel ImageMagick ImageMagick-devel libyaml-devel patchelf libargon2-devel;
do do

@ -15,6 +15,7 @@ sed -i 's#SELINUX=enforcing#SELINUX=disabled#g' /etc/selinux/config
yum install -y wget lsof yum install -y wget lsof
yum install -y unrar rar yum install -y unrar rar
yum install -y pv
yum install -y python3-devel yum install -y python3-devel
yum install -y crontabs yum install -y crontabs
yum install -y expect yum install -y expect

@ -18,7 +18,7 @@ apt install -y python3-pip
apt install -y python3-venv apt install -y python3-venv
apt install -y python3-dev apt install -y python3-dev
apt install -y expect apt install -y expect
apt install -y pv
apt install -y cron apt install -y cron

Loading…
Cancel
Save