From 8d66fb24f176bc29d3404fca4e11bb5cb16a5657 Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 11 Aug 2024 12:28:51 +0200 Subject: [PATCH] Fixed Spelling error --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 915bda0..8884aad 100755 --- a/setup.sh +++ b/setup.sh @@ -18,7 +18,7 @@ echo -e "${GREEN}======== Führe Update durch =========${NOCOLOR}" sudo apt update && sudo apt upgrade -y echo -e "${GREEN}======== Installiere Abhängigkeiten =========${NOCOLOR}" -sduo apt install vlc python3-rpi.gpio git -y +sudo apt install vlc python3-rpi.gpio git -y echo -e "${GREEN}======== Holle Datein ========${NOCOLOR}"