mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-03-04 13:57:12 +00:00
7 lines
195 B
Bash
7 lines
195 B
Bash
#!/bin/bash
|
|
|
|
echo "Hyprland Kool"
|
|
git clone -b 24.04 --depth=1 https://github.com/JaKooLit/Ubuntu-Hyprland.git ~/Ubuntu-Hyprland-24.04
|
|
cd ~/Ubuntu-Hyprland-24.04
|
|
chmod +x install.sh
|
|
./install.sh |