From 123078f5b7db1c74f06f889d88197fbc11dc4292 Mon Sep 17 00:00:00 2001 From: eshanized Date: Thu, 2 Jan 2025 04:02:51 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20mirror=20url=20and=20key?= =?UTF-8?q?=20server=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snigdhaos/Dockerfile | 4 ++-- snigdhaos/pacman.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/snigdhaos/Dockerfile b/snigdhaos/Dockerfile index 65d6ab7..a5a60f9 100644 --- a/snigdhaos/Dockerfile +++ b/snigdhaos/Dockerfile @@ -14,8 +14,8 @@ RUN curl -fsSL https://raw.githubusercontent.com/Snigdha-OS/snigdhaos-pkgbuilds/ # Initialize pacman keyring and trust Snigdha OS signing key RUN pacman-key --init && \ - pacman-key --recv-keys E1415F19F21171F2 --keyserver keyserver.ubuntu.com && \ - pacman-key --lsign-key E1415F19F21171F2 + pacman-key --recv-keys 93BC54415EA8E7AB --keyserver keyserver.ubuntu.com && \ + pacman-key --lsign-key 93BC54415EA8E7AB # Install Snigdha OS-specific packages and keyring RUN pacman -Sy && \ diff --git a/snigdhaos/pacman.conf b/snigdhaos/pacman.conf index 906519c..ccd1205 100644 --- a/snigdhaos/pacman.conf +++ b/snigdhaos/pacman.conf @@ -81,8 +81,8 @@ Include = /etc/pacman.d/snigdhaos-mirrorlist [core] Include = /etc/pacman.d/mirrorlist -[snigdhaos-extra] -Include = /etc/pacman.d/snigdhaos-mirrorlist +# [snigdhaos-extra] +# Include = /etc/pacman.d/snigdhaos-mirrorlist [extra] Include = /etc/pacman.d/mirrorlist