🐛 fix: mirror url and key server change

This commit is contained in:
eshanized
2025-01-02 04:02:51 +05:30
parent 48c8b7b9eb
commit 123078f5b7
2 changed files with 4 additions and 4 deletions

View File

@@ -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 && \

View File

@@ -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