2
0
Fork 0
mirror of https://github.com/uutils/coreutils synced 2024-12-24 03:53:16 +00:00
coreutils/.travis/redox-toolchain.sh
2017-12-08 21:03:59 -08:00

7 lines
278 B
Bash
Executable file

#!/bin/bash
rustup target add x86_64-unknown-redox
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F
sudo add-apt-repository 'deb https://static.redox-os.org/toolchain/apt /'
sudo apt-get update -qq
sudo apt-get install -y x86-64-unknown-redox-gcc