From 751814c48a16cd8ad3d75e625a9b4014678b72ff Mon Sep 17 00:00:00 2001 From: Alexey Berezhok Date: Mon, 17 Nov 2025 23:50:57 +0300 Subject: [PATCH] Add fixes of installation --- install/hst-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/hst-install.sh b/install/hst-install.sh index 281aac0..5a5341f 100755 --- a/install/hst-install.sh +++ b/install/hst-install.sh @@ -61,7 +61,7 @@ software="nginx hestia hestia-nginx hestia-php rrdtool quota e2fsprogs fail2ban dnsutils util-linux cronie expect perl-Mail-DKIM unrar vim acl sysstat rsyslog openssh-clients util-linux ipset zstd systemd-timesyncd jq awstats perl-Switch net-tools mc flex - whois git idn2 unzip zip sudo bc ftp lsof" + whois git idn2 unzip zip sudo bc ftp lsof unzip" installer_dependencies="gnupg2 policycoreutils wget ca-certificates" @@ -1669,7 +1669,7 @@ if [ "$mysql" = 'yes' ] || [ "$mysql8" = 'yes' ]; then wget --quiet --retry-connrefused https://data.brepo.ru/hestiacp/phpMyAdmin/$pma_v/phpMyAdmin-$pma_v-all-languages.zip # Unpack files - tar xzf phpMyAdmin-$pma_v-all-languages.tar.gz + unzip phpMyAdmin-$pma_v-all-languages.zip # Create folders mkdir -p /usr/share/phpmyadmin