Skip to content
Snippets Groups Projects
Commit d370ba7e authored by Benedikt Isken's avatar Benedikt Isken
Browse files

Fix: Download Skript

parent 5e12a21e
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
RED='\033[0;31m' RED='\033[0;31m'
GREEN='\033[0;32m' GREEN='\033[0;32m'
NOCOLOR='\033[0m' NOCOLOR='\033[0m'
REDBACKGROUND='\033[31;7m'
bold=$(tput bold) bold=$(tput bold)
normal=$(tput sgr0) normal=$(tput sgr0)
...@@ -24,10 +25,12 @@ echo -e "$RED" ...@@ -24,10 +25,12 @@ echo -e "$RED"
echo -e "__________________________________________________________________" echo -e "__________________________________________________________________"
echo -e "__________________________________________________________________" echo -e "__________________________________________________________________"
echo -e " " echo -e " "
echo -e "\033[31;7m${bold}WICHTIG!!!!!\033[0m" echo -e "$REDBACKGROUND${bold}"
echo -e 'WICHTIG!!!!!'
echo -e "$NOCOLOR"
echo -e " " echo -e " "
echo -e "\033[31;7m${bold}Bitte entzippen Sie die Datei und kopieren Sie " echo -e "$REDBACKGROUND${bold}Bitte entzippen Sie die Datei und kopieren Sie "
echo -e "alle Ordner aus BITS_Bibliotheken in den Arduino Libraries Ordner\033[0m" echo -e "alle Ordner aus BITS_Bibliotheken in den Arduino Libraries Ordner."
echo -e "$RED" echo -e "$RED"
echo -e "__________________________________________________________________" echo -e "__________________________________________________________________"
echo -e "__________________________________________________________________" echo -e "__________________________________________________________________"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment