mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 13:20:06 +00:00
6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
sudo apt-get -y install binutils-gold
|
|
|
|
docker pull citraemu/build-environments:linux-frozen
|