mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +00:00
7 lines
278 B
Bash
Executable file
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
|