Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jul 24, 2024
1 parent fb4e167 commit d5c2322
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/install/alma.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ dnf install -y python-devel
dnf install -y crontabs
dnf install -y mysql-devel
dnf install -y pv
yum install -y bzip2
yum install -y bzip2-devel

SSH_PORT=`netstat -ntpl|grep sshd|grep -v grep | sed -n "1,1p" | awk '{print $4}' | awk -F : '{print $2}'`
if [ "$SSH_PORT" == "" ];then
Expand Down
2 changes: 2 additions & 0 deletions scripts/install/amazon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ yum install -y mysql-devel
yum install -y expect
yum install -y pv
yum install -y bc
yum install -y bzip2
yum install -y bzip2-devel

SSH_PORT=`netstat -ntpl|grep sshd|grep -v grep | sed -n "1,1p" | awk '{print $4}' | awk -F : '{print $2}'`
if [ "$SSH_PORT" == "" ];then
Expand Down
1 change: 1 addition & 0 deletions scripts/install/arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ echo y | pacman -Sy libevent
echo y | pacman -Sy libzip
echo y | pacman -Sy libxml2
echo y | pacman -Sy libtirpc
echo y | pacman -Sy bzip2

echo y | pacman -Sy cronie
echo y | pacman -Sy vi
Expand Down
2 changes: 2 additions & 0 deletions scripts/install/centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ yum install -y mysql-devel
yum install -y expect
yum install -y pv
yum install -y bc
yum install -y bzip2
yum install -y bzip2-devel


# if [ -f /usr/sbin/iptables ];then
Expand Down
1 change: 1 addition & 0 deletions scripts/install/debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ apt install -y bc
apt install -y python3-pip python3-dev python3-venv
apt install -y libncurses5
apt install -y libncurses5-dev
apt install -y bzip2

if [ -f /usr/sbin/ufw ];then
# look
Expand Down
2 changes: 2 additions & 0 deletions scripts/install/euler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ yum install -y mysql-devel
yum install -y expect
yum install -y pv
yum install -y bc
yum install -y bzip2
yum install -y bzip2-devel


# if [ -f /usr/sbin/iptables ];then
Expand Down
5 changes: 4 additions & 1 deletion scripts/install/fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,17 @@ yum install -y bc
yum install -y gcc libffi-devel python-devel openssl-devel
yum install -y libmcrypt libmcrypt-devel python3-devel

yum install -y wget python-devel python-imaging libicu-devel unzip bzip2-devel gcc libxml2 libxml2-devel libjpeg-devel libpng-devel libwebp libwebp-devel pcre pcre-devel crontabs
yum install -y wget python-devel python-imaging libicu-devel unzip gcc libxml2 libxml2-devel libjpeg-devel libpng-devel libwebp libwebp-devel pcre pcre-devel crontabs
yum install -y net-tools
yum install -y ncurses-devel
yum install -y python-devel
yum install -y MySQL-python
yum install -y python3-devel
yum install -y mysql-devel

yum install -y bzip2
yum install -y bzip2-devel

yum install -y libtirpc libtirpc-devel
yum install -y rpcgen
yum install -y openldap openldap-devel
Expand Down
2 changes: 2 additions & 0 deletions scripts/install/freebsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ pkg install -y pidof
pkg install -y pstree
pkg install -y pv
pkg install -y bc
pkg install -y bzip2
pkg install -y bzip2-devel

# curl https://sh.rustup.rs -sSf | sh
pkg install -y rust
Expand Down
1 change: 1 addition & 0 deletions scripts/install/opensuse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ zypper install -y libstdc++6
zypper install -y expect
zypper install -y pv
zypper install -y bc
zypper install -y bzip2

zypper install -y libzip libzip-devel
zypper install -y unrar rar
Expand Down
2 changes: 2 additions & 0 deletions scripts/install/rocky.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ yum install -y python3-devel
yum install -y crontabs
yum install -y expect
yum install -y curl curl-devel libcurl libcurl-devel
yum install -y bzip2
yum install -y bzip2-devel

if [ -f /usr/sbin/iptables ];then

Expand Down
1 change: 1 addition & 0 deletions scripts/install/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ apt install -y net-tools
apt install -y libncurses5
apt install -y libncurses5-dev
apt install -y software-properties-common
apt install -y bzip2

# choose lang cmd
# dpkg-reconfigure --frontend=noninteractive locales
Expand Down

0 comments on commit d5c2322

Please sign in to comment.