setup_wayland_jarvis.sh aktualisiert

This commit is contained in:
2026-05-22 11:55:10 +00:00
parent b3ebf90965
commit da9e4dc44a

View File

@@ -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)