mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Only run update if limine-update is available
It won't be on grub
This commit is contained in:
@@ -8,4 +8,6 @@ MODULES+=(thunderbolt)
|
|||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo limine-update
|
if omarchy-cmd-present limine-update; then
|
||||||
|
sudo limine-update
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user