From da9e4dc44a8fe145e874a8a61dcd6cba13e3be00 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Fri, 22 May 2026 11:55:10 +0000 Subject: [PATCH] setup_wayland_jarvis.sh aktualisiert --- setup_wayland_jarvis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)