mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Less aggressive check
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/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
|
yay -S --noconfirm --needed limine-mkinitcpio-hook limine-snapper-sync
|
||||||
|
|
||||||
sudo tee /etc/mkinitcpio.conf.d/omarchy_hooks.conf <<EOF >/dev/null
|
sudo tee /etc/mkinitcpio.conf.d/omarchy_hooks.conf <<EOF >/dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user