Skip to content

Commit ededfbd

Browse files
committed
Add libzip5 to software list to prevent a mix of v4 and v5 on 20.04.
1 parent e9b4d2e commit ededfbd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install/hst-install-ubuntu.sh

Lines changed: 3 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 libonig5"
47+
ipset libonig5 libzip5"
4848

4949
# Defining help function
5050
help() {
@@ -803,9 +803,11 @@ if [ -d "$withdebs" ]; then
803803
fi
804804
if [ "$release" = '16.04' ]; then
805805
software=$(echo "$software" | sed -e "s/libonig5/libonig2/")
806+
software=$(echo "$software" | sed -e "s/libzip5/libonig4/")
806807
fi
807808
if [ "$release" = '18.04' ]; then
808809
software=$(echo "$software" | sed -e "s/libonig5/libonig4/")
810+
software=$(echo "$software" | sed -e "s/libzip5/libzip4/")
809811
fi
810812
if [ "$release" = '20.04' ]; then
811813
software=$(echo "$software" | sed -e "s/setpriv/util-linux/")

0 commit comments

Comments
 (0)