@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 if [ $Online -eq 1 ] ; then
echo "Downloading Default Grub..." 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 fi
if [ $Online -eq 0 ] && [ $file_boolean -eq 1 ] ; then if [ $Online -eq 0 ] && [ $file_boolean -eq 1 ] ; then

View File

@@ -40,6 +40,7 @@ check_file
if [ $Online -eq 1 ] ; then if [ $Online -eq 1 ] ; then
echo "Downloading pacman.conf..." echo "Downloading pacman.conf..."
# shellcheck disable=SC2154
sudo wget https://raw.githubusercontent.com/Snigdha-OS/snigdhaos-updater/master/pacman.conf -O $workdir/etc/pacman.conf sudo wget https://raw.githubusercontent.com/Snigdha-OS/snigdhaos-updater/master/pacman.conf -O $workdir/etc/pacman.conf
fi fi