File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,11 @@ do_ubuntu() {
23
23
apt-get install -y libsasl2-modules sasl2-bin
24
24
apt-get install -y postfix postfix-pcre postfix-ldap
25
25
apt-get install -y opendkim
26
- apt-get install -y ca-certificates tzdata supervisor rsyslog bash opendkim-tools curl libcurl4t64 libjsoncpp25 sasl2-bin postfix-lmdb procps logrotate cron net-tools colorized-logs netcat-openbsd ${RELEASE_SPECIFIC_PACKAGES}
26
+ local libcurl=" libcurl4"
27
+ if " $( apt-cache search --names-only ' ^libcurl4t64$' ) " ! = " " ; then
28
+ libcurl=" libcurl4t64"
29
+ fi
30
+ apt-get install -y ca-certificates tzdata supervisor rsyslog bash opendkim-tools curl ${libcurl} libjsoncpp25 sasl2-bin postfix-lmdb procps logrotate cron net-tools colorized-logs netcat-openbsd ${RELEASE_SPECIFIC_PACKAGES}
27
31
apt-get clean
28
32
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
29
33
}
You can’t perform that action at this time.
0 commit comments