From a2ca5f61718d3b081d0f3775264370f51c0a76e0 Mon Sep 17 00:00:00 2001 From: kai-waggeling Date: Fri, 4 Jul 2025 20:32:17 +0000 Subject: [PATCH] =?UTF-8?q?install.sh=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..c8edc63 --- /dev/null +++ b/install.sh @@ -0,0 +1,9 @@ +gitrepo="https://git.waggeling.net/kai-waggeling/linux-motd" + +apt install figlet + +rm /etc/update-motd.d/10-uname +wget ${gitrepo}/raw/branch/main/%20update-motd.d/10-hostname -O /etc/update-motd.d/10-hostname +wget ${gitrepo}/raw/branch/main/%20update-motd.d/20-sysinfo -O /etc/update-motd.d/20-sysinfo +wget ${gitrepo}/raw/branch/main/%20update-motd.d/30-disks -O /etc/update-motd.d/30-disks +wget ${gitrepo}/raw/branch/main/%20update-motd.d/40-docker -O /etc/update-motd.d/40-docker \ No newline at end of file