From 6aeaadbc16d90a09e839e9a97ff99b6e99adf946 Mon Sep 17 00:00:00 2001 From: eshanized Date: Wed, 15 Jan 2025 00:34:13 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20remote=20pacman=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/local/bin/snigdhaos-fix-pacman-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/bin/snigdhaos-fix-pacman-conf b/usr/local/bin/snigdhaos-fix-pacman-conf index 8419037..9e5338e 100755 --- a/usr/local/bin/snigdhaos-fix-pacman-conf +++ b/usr/local/bin/snigdhaos-fix-pacman-conf @@ -46,7 +46,7 @@ check_file # If the system is online, download the latest pacman.conf if [ "$Online" -eq 1 ]; then 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!" exit 1 fi