mirror of
https://github.com/Snigdha-OS/snigdhaos-system-config.git
synced 2025-09-20 19:44:58 +02:00
@eshanized: push via push.sh 🎉 !!!
This commit is contained in:
@@ -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
|
||||
|
@@ -40,6 +40,7 @@ check_file
|
||||
|
||||
if [ $Online -eq 1 ] ; then
|
||||
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
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user