mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-03-04 13:57:12 +00:00
8 lines
200 B
Bash
8 lines
200 B
Bash
#!/bin/bash
|
|
|
|
echo "Hyprland JaKooLit"
|
|
|
|
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 |