mirror of
https://github.com/YunoHost-Apps/mailman3_ynh.git
synced 2024-09-03 19:36:17 +02:00
Hold back upgrade of the system package
Closes https://github.com/YunoHost-Apps/mailman3_ynh/issues/2
This commit is contained in:
parent
4e324f1d8a
commit
413475ee7b
2 changed files with 4 additions and 0 deletions
|
@ -100,6 +100,9 @@ DEBIAN_FRONTEND=noninteractive apt-get \
|
|||
install \
|
||||
$mailman3_suite_pkg
|
||||
|
||||
# Note(decentral1se): See https://github.com/YunoHost-Apps/mailman3_ynh/issues/2
|
||||
apt-mark hold $mailman3_suite_pkg
|
||||
|
||||
#=================================================
|
||||
# CREATE A POSTGRESQL DATABASE
|
||||
#=================================================
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# TODO
|
||||
# Also, see https://github.com/YunoHost-Apps/mailman3_ynh/issues/2
|
||||
|
|
Loading…
Reference in a new issue