install.sh aktualisiert

This commit is contained in:
Kai Waggeling 2025-07-04 22:26:37 +00:00
parent dc5ae85293
commit 6d8ef7332c

View file

@ -6,8 +6,8 @@ echo " installing figlet..."
apt install figlet &> /dev/null apt install figlet &> /dev/null
echo "" echo ""
echo " deleting default motd..." echo " deleting old scripts..."
rm /etc/update-motd.d/10-uname &> /dev/null rm /etc/update-motd.d/* &> /dev/null
echo " downloading new scripts..." echo " downloading new scripts..."
wget ${gitrepo}/raw/branch/main/%20update-motd.d/10-hostname -O /etc/update-motd.d/10-hostname &> /dev/null wget ${gitrepo}/raw/branch/main/%20update-motd.d/10-hostname -O /etc/update-motd.d/10-hostname &> /dev/null