Ref: Ändert Dateibenennung.
This commit is contained in:
14
2_HyprlandInstall.sh
Executable file
14
2_HyprlandInstall.sh
Executable 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)
|
||||
Reference in New Issue
Block a user