Skip to content

Commit 6d850d9

Browse files
committed
Remove libonig5 from installer.
1 parent cba7c31 commit 6d850d9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

install/hst-install-ubuntu.sh

Lines changed: 2 additions & 4 deletions
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-
libonig5 ipset"
47+
ipset"
4848

4949
# Defining help function
5050
help() {
@@ -804,9 +804,7 @@ fi
804804
if [ "$release" = '20.04' ]; then
805805
software=$(echo "$software" | sed -e "s/rssh//")
806806
fi
807-
if [ "$release" != '20.04' ]; then
808-
software=$(echo "$software" | sed -e "s/libonig5//")
809-
fi
807+
810808

811809
#----------------------------------------------------------#
812810
# Disable Apparmor on LXC #

0 commit comments

Comments
 (0)