mirror of
https://github.com/Egida/EndGame0.git
synced 2025-08-02 11:26:03 -04:00
5 lines
145 B
Bash
Executable file
5 lines
145 B
Bash
Executable file
#!/bin/bash
|
|
|
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
|
apt-get install musl-gcc
|
|
rustup target add x86_64-unknown-linux-musl
|