Ref: Ändert Dateibenennung.

This commit is contained in:
2025-03-25 11:26:24 +01:00
parent 50468884d2
commit 49630272c5
7 changed files with 0 additions and 0 deletions

14
2_HyprlandInstall.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
# Sicherstellen, dass das Skript **nicht** als root ausgeführt wird
if [[ $EUID -eq 0 ]]; then
echo "❌ Bitte nicht als root ausführen! Das Skript nutzt sudo, falls nötig."
exit 1
fi
DIR = "/tmp/setup-hyprland"
mkdir -p $DIR
cd $DIR
sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Ubuntu-Hyprland/24.04/auto-install.sh)