diff --git a/local/bin/snigdhaos-fix-grub b/local/bin/snigdhaos-fix-grub index c87158c..ee08e15 100644 --- a/local/bin/snigdhaos-fix-grub +++ b/local/bin/snigdhaos-fix-grub @@ -40,7 +40,7 @@ check_file if [ $Online -eq 1 ] ; then echo "Downloading Default Grub..." - sudo wget https://raw.githubusercontent.com/Snigdha-OS/snigdhaos-arctic/master/archiso/airootfs/etc/default/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 diff --git a/push.sh b/push.sh index a63817c..d726389 100755 --- a/push.sh +++ b/push.sh @@ -20,7 +20,7 @@ REPO_URL="${HOST}/${ORG}/${REPO}.git" BRANCH="master" #or "main" # Commit Message: -MESSAGE="@eshanized: push via push.sh!!!" +MESSAGE="@eshanized: push via push.sh 🎉 !!!" # Git Action git add .