Skip to content

Commit

Permalink
feat: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
bypanelcom committed Jul 16, 2023
1 parent 6506adb commit 9b87ae7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion include/check_sw.sh
Expand Up @@ -85,7 +85,10 @@ installDepsRHEL() {
yum -y groupremove "Basic Web Server" "MySQL Database server" "MySQL Database client"
fi

[ "${RHEL_ver}" == '9' ] && [ ! -e "/usr/lib64/libtinfo.so.5" ] && ln -s /usr/lib64/libtinfo.so.6 /usr/lib64/libtinfo.so.5
if [ "${RHEL_ver}" == '9' ]; then
[ ! -e "/usr/lib64/libtinfo.so.5" ] && ln -s /usr/lib64/libtinfo.so.6 /usr/lib64/libtinfo.so.5
[ ! -e "/usr/lib64/libncurses.so.5" ] && ln -s /usr/lib64/libncurses.so.6 /usr/lib64/libncurses.so.5
fi

echo "${CMSG}Installing dependencies packages...${CEND}"
# Install needed packages
Expand Down
8 changes: 4 additions & 4 deletions versions.txt
@@ -1,7 +1,7 @@
# newest software version
# Web
nginx_ver=1.24.0
tengine_ver=2.4.0
tengine_ver=2.4.1
openresty_ver=1.21.4.1
openssl11_ver=1.1.1u
openssl_ver=1.0.2u
Expand Down Expand Up @@ -48,8 +48,8 @@ php72_ver=7.2.34
php73_ver=7.3.33
php74_ver=7.4.33
php80_ver=8.0.29
php81_ver=8.1.20
php82_ver=8.2.7
php81_ver=8.1.21
php82_ver=8.2.8

# Nodejs
nodejs_ver=18.14.2
Expand Down Expand Up @@ -88,7 +88,7 @@ xdebug_oldver=2.9.8
pureftpd_ver=1.0.51

# Redis
redis_ver=7.0.11
redis_ver=7.0.12
redis_oldver=5.0.14
pecl_redis_ver=5.3.7
pecl_redis_oldver=4.3.0
Expand Down

0 comments on commit 9b87ae7

Please sign in to comment.