Skip to content

Commit 8050ac3

Browse files
committed
Change preferred domain
1 parent 482a3df commit 8050ac3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ LABEL maintainer="Extrems <extrems@extremscorner.org>" \
55

66
SHELL ["/bin/bash", "-c"]
77
RUN rm /etc/apt/sources.list.d/devkitpro.list && \
8-
wget -O - https://packages.extremscorner.org/devkitpro.gpg | dkp-pacman-key --add - && \
8+
wget -O - https://packages.libogc2.org/devkitpro.gpg | dkp-pacman-key --add - && \
99
dkp-pacman-key --lsign-key C8A2759C315CFBC3429CC2E422B803BA8AA3D7CE && \
1010
sed -i '/^\[dkp-libs\]$/,$d' /opt/devkitpro/pacman/etc/pacman.conf && \
11-
echo -e '[extremscorner-devkitpro]\nServer = https://packages.extremscorner.org/devkitpro/linux/$arch' >> /opt/devkitpro/pacman/etc/pacman.conf && \
11+
echo -e '[libogc2-devkitpro]\nServer = https://packages.libogc2.org/devkitpro/linux/$arch' >> /opt/devkitpro/pacman/etc/pacman.conf && \
1212
dkp-pacman -Syy && \
1313
dkp-pacman -S --ask 5 --ignore *-docs*,*-examples* gamecube-dev gamecube-portlibs ppc-portlibs wii-dev wii-portlibs && \
1414
yes | dkp-pacman -Scc

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [libogc2](https://github.com/extremscorner/libogc2)
1+
# [libogc2](https://libogc2.org/)
22

33
[![libogc2 build](https://github.com/extremscorner/libogc2/actions/workflows/continuous-integration-workflow.yml/badge.svg)](https://github.com/extremscorner/libogc2/actions/workflows/continuous-integration-workflow.yml) [![Extrems' Corner.org Discord](https://discordapp.com/api/guilds/243509579961466881/widget.png)](https://discord.extremscorner.org/)
44

0 commit comments

Comments
 (0)