diff --git a/setup_wayland_jarvis.sh b/setup_wayland_jarvis.sh index 8c6e40f..eb4a4da 100644 --- a/setup_wayland_jarvis.sh +++ b/setup_wayland_jarvis.sh @@ -10,7 +10,7 @@ echo "====================================================" # 1. System aktualisieren & Basispakete installieren echo "📦 Aktualisiere Paketquellen und installiere Systemkomponenten..." sudo apt update -sudo apt install -y labwc foot firefox-esr curl wget git python3 python3-pip python3-venv awk +sudo apt install -y labwc foot firefox-esr curl wget git sudo python3 python3-pip python3-venv awk # 2. Architektur erkennen und wdotool installieren ARCH=$(uname -m)