linutil/core/tabs/system-setup/debian/hyprland-kool-deb.sh
Chris Titus 2b17c04898
Update core/tabs/system-setup/debian/hyprland-kool-deb.sh
Co-authored-by: nyx <nnyyxxxx@protonmail.com>
2025-02-05 11:07:58 -06:00

9 lines
305 B
Bash

#!/bin/bash
. ../../common-script.sh
echo "Hyprland JaKooLit"
git clone --depth=1 https://github.com/JaKooLit/Debian-Hyprland.git "$HOME/Debian-Hyprland" || { printf "%b\n" "${RED}Failed to clone Jakoolits Debian-Hyprland repo${RC}"; exit 1; }
cd "$HOME/Debian-Hyprland"
chmod +x install.sh
./install.sh