mirror of
https://github.com/jbowdre/vsphere-k8s.git
synced 2024-11-22 16:02:19 +00:00
4 lines
111 B
Bash
4 lines
111 B
Bash
|
#!/bin/bash -eu
|
||
|
echo '>> Disabling release update MOTD...'
|
||
|
sudo chmod -x /etc/update-motd.d/91-release-upgrade
|