install.sh aktualisiert
This commit is contained in:
parent
dc5ae85293
commit
6d8ef7332c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue