Skip to content

Commit 7410c7c

Browse files
author
Kristan Kenney
committed
Merge branch 'fix/1025_installer-version' into staging/fixes
2 parents 3e6b344 + b3bed89 commit 7410c7c

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
[Hestia Control Panel](https://www.hestiacp.com/)
44
==================================================
5-
**Latest stable release:** Version 1.2.0 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md)<br>
6-
**Latest beta release:** Version 1.2.1 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/beta/CHANGELOG.md)<br>
7-
**Latest unstable development snapshot:** Version 1.2.2 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/main/CHANGELOG.md)<br>
5+
**Latest stable release:** Version 1.2.1 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md)<br>
86

97
**Web:** [www.hestiacp.com](https://www.hestiacp.com/)<br>
108
**Documentation:** [docs.hestiacp.com](https://docs.hestiacp.com/)<br>

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if [ "$release" -eq 9 ]; then
4242
mariadb-client mariadb-common mariadb-server postgresql
4343
postgresql-contrib phppgadmin phpmyadmin mc flex whois rssh git idn zip
4444
sudo bc ftp lsof rrdtool quota e2fslibs bsdutils e2fsprogs curl
45-
imagemagick fail2ban dnsutils bsdmainutils cron hestia hestia-nginx
45+
imagemagick fail2ban dnsutils bsdmainutils cron hestia=${HESTIA_INSTALL_VER} hestia-nginx
4646
hestia-php expect libmail-dkim-perl unrar-free vim-common acl sysstat
4747
rsyslog openssh-server ssh setpriv ipset libapache2-mod-ruid2"
4848
elif [ "$release" -eq 10 ]; then

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
4242
php$fpm_v-imagick php$fpm_v-intl php$fpm_v-json php$fpm_v-mbstring
4343
php$fpm_v-opcache php$fpm_v-pspell php$fpm_v-readline php$fpm_v-xml
4444
postgresql postgresql-contrib proftpd-basic quota roundcube-core
45-
roundcube-mysql roundcube-plugins rrdtool rssh spamassassin sudo hestia
45+
roundcube-mysql roundcube-plugins rrdtool rssh spamassassin sudo hestia=${HESTIA_INSTALL_VER}
4646
hestia-nginx hestia-php vim-common vsftpd whois zip acl sysstat setpriv
4747
ipset libonig5 libzip5 openssh-server ssh"
4848

0 commit comments

Comments
 (0)