install.sh hinzugefügt
This commit is contained in:
parent
54497074f3
commit
a2ca5f6171
1 changed files with 9 additions and 0 deletions
9
install.sh
Normal file
9
install.sh
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue