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 cba7c31 commit 6d850d9Copy full SHA for 6d850d9
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
- libonig5 ipset"
+ ipset"
48
49
# Defining help function
50
help() {
@@ -804,9 +804,7 @@ fi
804
if [ "$release" = '20.04' ]; then
805
software=$(echo "$software" | sed -e "s/rssh//")
806
fi
807
-if [ "$release" != '20.04' ]; then
808
- software=$(echo "$software" | sed -e "s/libonig5//")
809
-fi
+
810
811
#----------------------------------------------------------#
812
# Disable Apparmor on LXC #
0 commit comments