Add same shebang as everything else
This commit is contained in:
parent
022b591986
commit
332c8d5abb
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if ! command -v limine &>/dev/null; then
|
||||
# Add kernel hooks
|
||||
if ! grep -Eq '^HOOKS=.*plymouth' /etc/mkinitcpio.conf; then
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if command -v limine &>/dev/null && [ ! -f /etc/default/limine ]; then
|
||||
yay -S --noconfirm --needed limine-mkinitcpio-hook limine-snapper-sync
|
||||
|
||||
@ -55,6 +57,7 @@ EOF
|
||||
if ! sudo snapper list-configs 2>/dev/null | grep -q "root"; then
|
||||
sudo snapper -c root create-config /
|
||||
fi
|
||||
|
||||
if ! sudo snapper list-configs 2>/dev/null | grep -q "home"; then
|
||||
sudo snapper -c home create-config /home
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user