fix: apply patch for broken schleuder-cli package
This commit is contained in:
parent
caa2bd6a06
commit
d1e9403913
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ schleuder:
|
||||||
- debconf-set-selections <<<"postfix postfix/mailname string example.org"
|
- debconf-set-selections <<<"postfix postfix/mailname string example.org"
|
||||||
- debconf-set-selections <<<"postfix postfix/main_mailer_type string 'Local only'"
|
- debconf-set-selections <<<"postfix postfix/main_mailer_type string 'Local only'"
|
||||||
- apt update; apt install --yes schleuder schleuder-cli postfix patch
|
- apt update; apt install --yes schleuder schleuder-cli postfix patch
|
||||||
- patch -p1 < test/01-ruby3cgi.patch # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040257
|
- patch -d/ -p1 < test/01-ruby3cgi.patch # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040257
|
||||||
- /usr/lib/postfix/configure-instance.sh -
|
- /usr/lib/postfix/configure-instance.sh -
|
||||||
- echo "virtual_alias_maps = static:root" >> /etc/postfix/main.cf
|
- echo "virtual_alias_maps = static:root" >> /etc/postfix/main.cf
|
||||||
- /usr/sbin/postmulti -i - -p start
|
- /usr/sbin/postmulti -i - -p start
|
||||||
|
|
Loading…
Reference in a new issue