We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbea4e commit 6de2b86Copy full SHA for 6de2b86
install/hst-install-ubuntu.sh
@@ -44,7 +44,7 @@ software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
44
postgresql postgresql-contrib proftpd-basic quota roundcube-core
45
roundcube-mysql roundcube-plugins rrdtool rssh spamassassin sudo hestia
46
hestia-nginx hestia-php vim-common vsftpd whois zip acl sysstat setpriv
47
- ipset"
+ ipset libonig4"
48
49
# Defining help function
50
help() {
@@ -803,6 +803,7 @@ if [ "$release" = '16.04' ] || [ "$release" = '20.04' ]; then
803
fi
804
if [ "$release" = '20.04' ]; then
805
software=$(echo "$software" | sed -e "s/rssh//")
806
+ software=$(echo "$software" | sed -e "s/libonig4/libonig5/")
807
808
809
0 commit comments