File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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 libonig5"
47+ ipset libonig5 libzip5 "
4848
4949# Defining help function
5050help () {
@@ -803,9 +803,11 @@ if [ -d "$withdebs" ]; then
803803fi
804804if [ " $release " = ' 16.04' ]; then
805805 software=$( echo " $software " | sed -e " s/libonig5/libonig2/" )
806+ software=$( echo " $software " | sed -e " s/libzip5/libonig4/" )
806807fi
807808if [ " $release " = ' 18.04' ]; then
808809 software=$( echo " $software " | sed -e " s/libonig5/libonig4/" )
810+ software=$( echo " $software " | sed -e " s/libzip5/libzip4/" )
809811fi
810812if [ " $release " = ' 20.04' ]; then
811813 software=$( echo " $software " | sed -e " s/setpriv/util-linux/" )
You can’t perform that action at this time.
0 commit comments