linutil/core/tabs/system-setup/ubuntu/hyprland-kool-ubuntu24.sh
2025-02-06 15:04:45 -06:00

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