2022-06-10 20:26:28 +00:00
|
|
|
#!/bin/bash
|
2022-06-11 08:22:32 +00:00
|
|
|
bash -c "sudo apt install inxi -y"
|
2022-06-10 20:28:50 +00:00
|
|
|
bash -c "sudo mkdir /etc/update-motd.d/old"
|
|
|
|
|
bash -c "sudo mv /etc/update-motd.d/* /etc/update-motd.d/old/"
|
2022-06-11 08:35:55 +00:00
|
|
|
bash -c 'sudo wget https://git.ncltech.co.uk/api/v1/repos/Phil/update-motd.d/raw/00-custom -O /etc/update-motd.d/00-custom
|
2022-06-10 20:28:50 +00:00
|
|
|
bash -c "sudo chmod +x /etc/update-motd.d/00-custom"
|