|
|
@@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
|
|
|
VERBOSE='no'
|
|
|
|
|
|
# Define software versions
|
|
|
-HESTIA_INSTALL_VER='1.3.0~alpha'
|
|
|
+HESTIA_INSTALL_VER='1.3.0~beta'
|
|
|
pma_v='5.0.2'
|
|
|
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
|
|
|
fpm_v="7.3"
|
|
|
@@ -44,7 +44,7 @@ if [ "$release" -eq 9 ]; then
|
|
|
sudo bc ftp lsof rrdtool quota e2fslibs bsdutils e2fsprogs curl
|
|
|
imagemagick fail2ban dnsutils bsdmainutils cron hestia=${HESTIA_INSTALL_VER} hestia-nginx
|
|
|
hestia-php expect libmail-dkim-perl unrar-free vim-common acl sysstat
|
|
|
- rsyslog openssh-server ssh setpriv ipset libapache2-mod-ruid2 zstd"
|
|
|
+ rsyslog openssh-server setpriv ipset libapache2-mod-ruid2 zstd"
|
|
|
elif [ "$release" -eq 10 ]; then
|
|
|
software="nginx apache2 apache2-utils apache2-suexec-custom
|
|
|
apache2-suexec-pristine libapache2-mod-fcgid libapache2-mod-php$fpm_v
|
|
|
@@ -59,9 +59,9 @@ elif [ "$release" -eq 10 ]; then
|
|
|
mariadb-common mariadb-server postgresql postgresql-contrib phpmyadmin
|
|
|
phppgadmin mc flex whois git idn zip sudo bc ftp lsof rrdtool
|
|
|
quota e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
|
|
|
- bsdmainutils cron hestia hestia-nginx hestia-php expect
|
|
|
+ bsdmainutils cron hestia=${HESTIA_INSTALL_VER} hestia-nginx hestia-php expect
|
|
|
libmail-dkim-perl unrar-free vim-common acl sysstat rsyslog openssh-server
|
|
|
- ssh util-linux ipset libapache2-mpm-itk zstd"
|
|
|
+ util-linux ipset libapache2-mpm-itk zstd"
|
|
|
fi
|
|
|
|
|
|
installer_dependencies="apt-transport-https curl dirmngr gnupg wget ca-certificates"
|