From 5f2a646de2b5dccf756c545518894b3a37e0071c Mon Sep 17 00:00:00 2001 From: eshanized Date: Mon, 6 Jan 2025 23:48:04 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20url=20for=20keyring=20and?= =?UTF-8?q?=20mlist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo-creds.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/repo-creds.sh b/repo-creds.sh index bcf3e0b..e16e981 100644 --- a/repo-creds.sh +++ b/repo-creds.sh @@ -1,4 +1,4 @@ -pacman-key --recv-key 93BC54415EA8E7AB --keyserver keyserver.ubuntu.com -pacman-key --lsign-key 93BC54415EA8E7AB -pacman -U '#' -pacman -U '@' +sudo pacman-key --recv-key 93BC54415EA8E7AB --keyserver keyserver.ubuntu.com +sudo pacman-key --lsign-key 93BC54415EA8E7AB +sudo pacman -U 'https://github.com/Snigdha-OS/snigdhaos-core/blob/master/x86_64/snigdhaos-keyring-r332.68a02606-1-any.pkg.tar.zst' +sudo pacman -U 'https://github.com/Snigdha-OS/snigdhaos-core/blob/master/x86_64/snigdhaos-mirrorlist-r331.bdb761c5-1-any.pkg.tar.zst'