mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-14 14:05:13 +01:00
6 lines
107 B
Bash
6 lines
107 B
Bash
|
#!/bin/sh -ex
|
||
|
|
||
|
sudo apt-get -y install binutils-gold
|
||
|
|
||
|
docker pull citraemu/build-environments:linux-frozen
|