mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 13:18:24 +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
|