mirror of
https://github.com/gnmyt/myspeed.git
synced 2025-12-29 17:20:16 -06:00
Farben beim Ablauf optimiert
Vorher war im Download und Installprozess alles Lila, dies wird hier angepasst.
This commit is contained in:
@@ -108,10 +108,10 @@ then
|
||||
echo -e "$YELLOWℹ \"node\" ist nicht installiert.$NORMAL Die Installation wird gestartet..."
|
||||
sleep 2
|
||||
clear
|
||||
echo -e "$PURPLEℹ Wird heruntergeladen..."
|
||||
echo -e "$PURPLEℹ Wird heruntergeladen...$NORMAL"
|
||||
curl -sSL https://deb.nodesource.com/setup_16.x | bash
|
||||
clear
|
||||
echo -e "$PURPLEℹ Wird installiert..."
|
||||
echo -e "$PURPLEℹ Wird installiert...$NORMAL"
|
||||
apt-get install nodejs -y
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user