mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 00:15:06 +01:00
5 lines
138 B
Bash
5 lines
138 B
Bash
|
#!/bin/sh -ex
|
||
|
|
||
|
# Download the docker image that contains flatpak build dependencies
|
||
|
docker pull citraemu/build-environments:linux-flatpak
|