Get rid of default MOTD on Debian as well

Proxmox f.e. got it
This commit is contained in:
2023-11-26 17:04:50 +00:00
parent 22399b3e8a
commit 44de27662e

View File

@@ -58,6 +58,9 @@ EOF
# Make it executable
sudo chmod +x /etc/profile.d/motd.sh
# Get rid of default Message Of The Day
echo "" > /etc/motd
```
### Alma / Rocky