mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-23 19:12:52 +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
|