mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-03-04 05:47:12 +00:00
7 lines
177 B
Bash
7 lines
177 B
Bash
#!/bin/bash
|
|
|
|
echo "Hyprland JaKooLit"
|
|
git clone --depth=1 https://github.com/JaKooLit/Debian-Hyprland.git ~/Debian-Hyprland
|
|
cd ~/Debian-Hyprland
|
|
chmod +x install.sh
|
|
./install.sh |