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

This commit is contained in:
2024-03-07 12:13:36 +05:30
parent 418ec1ee17
commit 7e11ca26c1
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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 .