mirror of
https://github.com/Maschell/wut_docker.git
synced 2024-11-22 04:19:14 +01:00
1.0.0-beta3 branch
This commit is contained in:
parent
56320edb03
commit
7e5355d4e2
@ -7,6 +7,6 @@ RUN apt-get update && \
|
||||
|
||||
ENV WUT_ROOT=${DEVKITPRO}/wut
|
||||
|
||||
RUN wget https://github.com/decaf-emu/wut/releases/download/1.0.0-beta4/wut.linux64.7z && \
|
||||
RUN wget https://github.com/decaf-emu/wut/releases/download/1.0.0-beta3/wut.linux64.7z && \
|
||||
7z x -y $(ls | grep "linux") -o${WUT_ROOT} && \
|
||||
rm wut.linux64.7z
|
||||
|
Loading…
Reference in New Issue
Block a user