Less aggressive check
This commit is contained in:
parent
3725f2d3b6
commit
0a75644f2d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user