Feat: Passt das Skript für Arch an.

This commit is contained in:
2025-03-26 11:46:59 +01:00
parent 861eb87522
commit 2b76159f7d
2 changed files with 9 additions and 31 deletions

9
2_HyprlandInstall.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# Root-Rechte prüfen
if [ "$(id -u)" -eq 0 ]; then
echo "❌ Bitte nicht als root ausführen! Das Skript nutzt sudo, falls nötig."
exit 1
fi
sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Arch-Hyprland/main/auto-install.sh)