You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Installation of devkitpro-pacman; Script from https://devkitpro.org/wiki/devkitPro_pacman#:~:text=pacman%20instructions%20below.-,Debian%20and%20derivatives,devkitpro%2Dpacman%0A%20%20%20chmod%20%2Bx%20./install%2Ddevkitpro%2Dpacman%0A%20%20%20sudo%20./install%2Ddevkitpro%2Dpacman,-The%20apt%20repository
17
-
RUN wget https://apt.devkitpro.org/install-devkitpro-pacman
17
+
RUN wget https://raw.githubusercontent.com/devkitPro/installer/master/install-devkitpro-pacman -O install-devkitpro-pacman
18
18
RUN chmod +x ./install-devkitpro-pacman
19
19
# Workaround for automation
20
20
RUN sed -i -e 's/apt-get install/apt-get install -y/' ./install-devkitpro-pacman
0 commit comments