mirror of
https://github.com/Snigdha-OS/snigdhaos-system-config.git
synced 2025-09-20 11:34:58 +02:00
🐛 fix: remote pacman url
This commit is contained in:
@@ -46,7 +46,7 @@ check_file
|
|||||||
# If the system is online, download the latest pacman.conf
|
# If the system is online, download the latest pacman.conf
|
||||||
if [ "$Online" -eq 1 ]; then
|
if [ "$Online" -eq 1 ]; then
|
||||||
echo "Downloading pacman.conf..."
|
echo "Downloading pacman.conf..."
|
||||||
if ! sudo wget -q https://raw.githubusercontent.com/Snigdha-OS/snigdhaos-updater/master/pacman.conf -O "$workdir/etc/pacman.conf"; then
|
if ! sudo wget -q https://raw.githubusercontent.com/Snigdha-OS/snigdhaos-archiso/refs/heads/master/archiso/pacman.conf -O "$workdir/etc/pacman.conf"; then
|
||||||
echo "Error: Failed to download pacman.conf!"
|
echo "Error: Failed to download pacman.conf!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user