mirror of
https://github.com/PabloMK7/citra.git
synced 2024-12-03 20:59:37 +00:00
5 lines
107 B
Bash
Executable file
5 lines
107 B
Bash
Executable file
#!/bin/sh -ex
|
|
|
|
sudo apt-get -y install binutils-gold
|
|
|
|
docker pull citraemu/build-environments:linux-frozen
|