install.sh aktualisiert

This commit is contained in:
Kai Waggeling 2025-07-04 20:40:48 +00:00
parent 5c1cbafbc0
commit 328233de58

View file

@ -5,6 +5,7 @@ gitrepo="https://git.waggeling.net/kai-waggeling/linux-motd"
echo " installing figlet..."
apt install figlet &> /dev/null
echo ""
echo " deleting default motd..."
rm /etc/update-motd.d/10-uname &> /dev/null
@ -20,6 +21,7 @@ chmod 775 /etc/update-motd.d/20-sysinfo &> /dev/null
chmod 775 /etc/update-motd.d/30-disks &> /dev/null
chmod 775 /etc/update-motd.d/40-docker &> /dev/null
echo ""
echo " finished..."
echo ""
echo " test output:"