Update core/tabs/system-setup/arch/hyprland-kool.sh

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
Chris Titus 2025-02-02 12:19:53 -06:00 committed by GitHub
parent fc6acb2566
commit 45d299532b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
# Check if base-devel is installed, install if not echo "Hyprland JaKooLit"
if ! pacman -Q base-devel &>/dev/null; then if ! pacman -Q base-devel &>/dev/null; then
echo "Installing base-devel..." echo "Installing base-devel..."
sudo pacman -S --noconfirm base-devel sudo pacman -S --noconfirm base-devel