加入rar,unrar

This commit is contained in:
midoks 2023-09-14 14:21:31 +08:00
parent 8c18023f64
commit 8a6dbf22c0
12 changed files with 16 additions and 3 deletions

View File

@ -9,6 +9,7 @@ setenforce 0
sed -i 's#SELINUX=enforcing#SELINUX=disabled#g' /etc/selinux/config
dnf install -y wget lsof
dnf install -y rar unrar
dnf install -y python3-devel
dnf install -y python-devel
dnf install -y crontabs

View File

@ -14,6 +14,7 @@ setenforce 0
sed -i 's#SELINUX=enforcing#SELINUX=disabled#g' /etc/selinux/config
yum install -y wget lsof crontabs
yum install -y rar unrar
yum install -y python3-devel
yum install -y python3-pip
yum install -y python-devel

View File

@ -9,6 +9,8 @@ echo y | pacman -Sy yaourt
echo y | pacman -Sy gcc make cmake autoconf
echo y | pacman -Sy pkg-config
echo y | pacman -Sy unrar
echo y | pacman -Sy rar
echo y | pacman -Sy python3
echo y | pacman -Sy lsof
echo y | pacman -Sy python-pip

View File

@ -21,6 +21,7 @@ fi
echo "SSH PORT:${SSH_PORT}"
yum install -y wget lsof crontabs
yum install -y rar unrar
yum install -y python3-devel
yum install -y python3-pip
yum install -y python-devel

View File

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

View File

@ -21,6 +21,7 @@ fi
echo "SSH PORT:${SSH_PORT}"
yum install -y wget lsof crontabs
yum install -y rar unrar
yum install -y python3-devel
yum install -y python3-pip
yum install -y python-devel

View File

@ -71,6 +71,7 @@ yum groupinstall -y "Development Tools"
yum install -y epel-release
yum install -y libevent libevent-devel zip libmcrypt libmcrypt-devel
yum install -y rar unrar
yum install -y gcc libffi-devel python-devel openssl-devel
yum install -y libmcrypt libmcrypt-devel python3-devel

View File

@ -33,6 +33,8 @@ pkg install -y python3
pkg install -y py39-pip
pkg install -y lsof
pkg install -y rar
pkg install -y unrar
pkg install -y vim
pkg install -y sqlite3

View File

@ -30,6 +30,7 @@ zypper install -y rpcgen
zypper install -y expect
zypper install -y libzip libzip-devel
zypper install -y unrar rar
zypper install -y libmemcached libmemcached-devel
zypper install -y icu libicu-devel

View File

@ -181,7 +181,7 @@ if [ "$VERSION_ID" -ge "8" ];then
libxml2 libxml2-devel libxslt libxslt-devel libarchive make mysql-devel ncurses ncurses-devel net-tools \
oniguruma oniguruma-devel patch pcre pcre-devel perl perl-Data-Dumper perl-devel procps psmisc python3-devel \
openssl openssl-devel patchelf libargon2-dev\
readline-devel rpcgen sqlite-devel 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
# dnf --enablerepo=remi,appstream,baseos,epel,extras,powertools install -y oniguruma5php-devel
dnf $REPOS install -y $rpms;
@ -200,7 +200,7 @@ else
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 \
openssl openssl-devel patch pcre pcre-devel perl perl-Data-Dumper perl-devel psmisc python-devel \
python3-devel python3-pip re2c readline-devel rpcgen sqlite-devel tar unzip 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 patchelf libargon2-dev;
do
yum install -y $rpms;

View File

@ -13,7 +13,8 @@ fi
setenforce 0
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 python3-devel
yum install -y crontabs
yum install -y expect

View File

@ -13,6 +13,7 @@ apt update -y
apt-get update -y
apt install -y wget curl lsof unzip
apt install -y rar unrar
apt install -y python3-pip
apt install -y python3-venv
apt install -y python3-dev