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

This commit is contained in:
2024-03-07 16:46:58 +05:30
parent c864c19a6b
commit 7227544d69
2 changed files with 2 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ check_file
if [ $Online -eq 1 ] ; then
echo "Downloading Default Grub..."
sudo wget https://raw.githubusercontent.com/Snigdha-OS/snigdhaos-updater/master/grub -O $workdir/etc/default/grub
sudo wget https://raw.githubusercontent.com/Snigdha-OS/snigdhaos-updater/master/grub -O "$workdir"/etc/default/grub
fi
if [ $Online -eq 0 ] && [ $file_boolean -eq 1 ] ; then