Procházet zdrojové kódy

Set installer version for v1.0.6

Last available release for the v1.0 branch
Kristan Kenney před 5 roky
rodič
revize
2901875be7
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 2 2
      install/hst-install-debian.sh
  2. 1 1
      install/hst-install-ubuntu.sh

+ 2 - 2
install/hst-install-debian.sh

@@ -37,7 +37,7 @@ if [ "$release" -eq 8 ]; then
         mariadb-server postgresql postgresql-contrib phppgadmin phpMyAdmin mc
         flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
         e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
-        bsdmainutils cron hestia hestia-nginx hestia-php expect libmail-dkim-perl
+        bsdmainutils cron hestia=1.0.6 hestia-nginx hestia-php expect libmail-dkim-perl
         unrar-free vim-common acl sysstat"
 else
     software="nginx apache2 apache2-utils apache2-suexec-custom
@@ -49,7 +49,7 @@ else
         mariadb-server postgresql postgresql-contrib phppgadmin phpmyadmin mc
         flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
         e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
-        bsdmainutils cron hestia hestia-nginx hestia-php expect libmail-dkim-perl
+        bsdmainutils cron hestia=1.0.6 hestia-nginx hestia-php expect libmail-dkim-perl
         unrar-free vim-common acl sysstat rsyslog"
 fi
 

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -36,7 +36,7 @@ software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
     ntpdate php php-cgi php-common php-curl phpmyadmin php-mysql php-imap php-ldap
     php-apcu phppgadmin php-pgsql postgresql postgresql-contrib proftpd-basic quota
     roundcube-core roundcube-mysql roundcube-plugins rrdtool rssh spamassassin
-    sudo hestia hestia-nginx hestia-php vim-common vsftpd whois zip acl sysstat"
+    sudo hestia=1.0.6 hestia-nginx hestia-php vim-common vsftpd whois zip acl sysstat"
 
 # Defining help function
 help() {