Skip to content

Commit 6de2b86

Browse files
committed
[Installer] Add libonig(4/5) dependency
1 parent 2cbea4e commit 6de2b86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/hst-install-ubuntu.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
4444
postgresql postgresql-contrib proftpd-basic quota roundcube-core
4545
roundcube-mysql roundcube-plugins rrdtool rssh spamassassin sudo hestia
4646
hestia-nginx hestia-php vim-common vsftpd whois zip acl sysstat setpriv
47-
ipset"
47+
ipset libonig4"
4848

4949
# Defining help function
5050
help() {
@@ -803,6 +803,7 @@ if [ "$release" = '16.04' ] || [ "$release" = '20.04' ]; then
803803
fi
804804
if [ "$release" = '20.04' ]; then
805805
software=$(echo "$software" | sed -e "s/rssh//")
806+
software=$(echo "$software" | sed -e "s/libonig4/libonig5/")
806807
fi
807808

808809

0 commit comments

Comments
 (0)