linutil/core/tabs/system-setup/arch/hyprland-kool.sh
Chris Titus e5fdbfff7d
Update core/tabs/system-setup/arch/hyprland-kool.sh
Co-authored-by: nyx <nnyyxxxx@protonmail.com>
2025-02-05 11:08:29 -06:00

16 lines
507 B
Bash

#!/bin/bash
. ../../common-script.sh
printf "%b\n" "${YELLOW}Starting Hyprland JaKooLit installation${RC}"
if ! pacman -Q base-devel &>/dev/null; then
printf "%b\n" "${YELLOW}Installing base-devel...${RC}"
"$ESCALATION_TOOL" pacman -S --noconfirm base-devel
fi
git clone --depth=1 https://github.com/JaKooLit/Arch-Hyprland.git "$HOME/Arch-Hyprland" || { printf "%b\n" "${RED}Failed to clone Jakoolits Arch-Hyprland repo${RC}"; exit 1; }
cd "$HOME/Arch-Hyprland"
chmod +x install.sh
./install.sh