Less aggressive check

This commit is contained in:
Ryan Hughes 2025-08-24 00:01:36 +02:00
parent 3725f2d3b6
commit 0a75644f2d

View File

@ -1,6 +1,6 @@
#!/bin/bash
if command -v limine &>/dev/null && [ ! -f /etc/default/limine ]; then
if command -v limine &>/dev/null; then
yay -S --noconfirm --needed limine-mkinitcpio-hook limine-snapper-sync
sudo tee /etc/mkinitcpio.conf.d/omarchy_hooks.conf <<EOF >/dev/null