@eshanized: push via push.sh 🎉 !!!

This commit is contained in:
2024-03-07 15:43:11 +05:30
parent 787221e28d
commit 9de3777de5
11 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
#set -e
boot=$(bootctl status | grep Product | awk '{printf($2)}')
echo "The system is using $boot to boot."
if [ $boot = "GRUB" ]; then
/usr/bin/grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=snigdhaos --disable-shim-lock --removable
fi