mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-20 19:03:08 +01:00
10 lines
373 B
Bash
10 lines
373 B
Bash
#!/bin/bash
|
|
|
|
. ../../common-script.sh
|
|
|
|
printf "%b\n" "${YELLOW}Starting Hyprland JaKooLit installation${RC}"
|
|
|
|
git clone -b 24.04 --depth=1 https://github.com/JaKooLit/Ubuntu-Hyprland.git "$HOME/Ubuntu-Hyprland-24.04" || { printf "%b\n" "${RED}Failed to clone Jakoolits Ubuntu-Hyprland repo${RC}"; exit 1; }
|
|
cd "$HOME/Ubuntu-Hyprland-24.04"
|
|
chmod +x install.sh
|
|
./install.sh |