diff options
author | dennis <dennis@mrslave> | 2019-11-12 11:10:09 +0100 |
---|---|---|
committer | dennis <dennis@mrslave> | 2019-11-12 11:10:09 +0100 |
commit | 6c84e78409caf33f16b204e9c5e28fa3860efd33 (patch) | |
tree | ab62a66151f8b63614d6800eeffd0696615e2b7a | |
parent | fixing packages (diff) | |
download | mkosi-pihole-6c84e78409caf33f16b204e9c5e28fa3860efd33.tar.gz |
fuck ubuntus motd
-rwxr-xr-x | mkosi.postinst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mkosi.postinst b/mkosi.postinst index 73da326..eff1633 100755 --- a/mkosi.postinst +++ b/mkosi.postinst @@ -2,6 +2,11 @@ set -ex export DEBIAN_FRONTEND=noninteractive +# motd +chmod 644 /etc/update-motd.d/* +systemctl mask motd-news.service +systemctl mask motd-news.timer + # network systemctl enable systemd-networkd |