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

This commit is contained in:
2024-03-07 16:59:06 +05:30
parent 9c82781ab0
commit cdd0cb0bad
10 changed files with 4 additions and 12 deletions

View File

@@ -1,6 +1,4 @@
#!/bin/bash
#set -e
# shellcheck disable=SC2154
echo
echo "Reinstalling Grub..."
@@ -41,6 +39,7 @@ check_file
if [ $Online -eq 1 ] ; then
echo "Downloading Default Grub..."
# shellcheck disable=SC2154
sudo wget https://raw.githubusercontent.com/Snigdha-OS/snigdhaos-updater/master/grub -O "$workdir"/etc/default/grub
fi