mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-03-03 21:37:12 +00:00
Update core/tabs/system-setup/arch/hyprland-kool.sh
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
parent
fc6acb2566
commit
45d299532b
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Check if base-devel is installed, install if not
|
||||
echo "Hyprland JaKooLit"
|
||||
|
||||
if ! pacman -Q base-devel &>/dev/null; then
|
||||
echo "Installing base-devel..."
|
||||
sudo pacman -S --noconfirm base-devel
|
||||
|
|
Loading…
Reference in New Issue
Block a user