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