mirror of
https://github.com/Snigdha-OS/snigdhaos-docker.git
synced 2025-09-07 10:05:12 +02:00
🐛 fix: mirror url and key server change
This commit is contained in:
@@ -14,8 +14,8 @@ RUN curl -fsSL https://raw.githubusercontent.com/Snigdha-OS/snigdhaos-pkgbuilds/
|
|||||||
|
|
||||||
# Initialize pacman keyring and trust Snigdha OS signing key
|
# Initialize pacman keyring and trust Snigdha OS signing key
|
||||||
RUN pacman-key --init && \
|
RUN pacman-key --init && \
|
||||||
pacman-key --recv-keys E1415F19F21171F2 --keyserver keyserver.ubuntu.com && \
|
pacman-key --recv-keys 93BC54415EA8E7AB --keyserver keyserver.ubuntu.com && \
|
||||||
pacman-key --lsign-key E1415F19F21171F2
|
pacman-key --lsign-key 93BC54415EA8E7AB
|
||||||
|
|
||||||
# Install Snigdha OS-specific packages and keyring
|
# Install Snigdha OS-specific packages and keyring
|
||||||
RUN pacman -Sy && \
|
RUN pacman -Sy && \
|
||||||
|
@@ -81,8 +81,8 @@ Include = /etc/pacman.d/snigdhaos-mirrorlist
|
|||||||
[core]
|
[core]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[snigdhaos-extra]
|
# [snigdhaos-extra]
|
||||||
Include = /etc/pacman.d/snigdhaos-mirrorlist
|
# Include = /etc/pacman.d/snigdhaos-mirrorlist
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
Reference in New Issue
Block a user