10 lines
345 B
Plaintext
10 lines
345 B
Plaintext
Each script helps you to install compiler
|
|
|
|
Example to use docker:
|
|
. <(wget -qO- https://raw.githubusercontent.com/letsnode/Utils/main/installers/docker.sh)
|
|
|
|
go:
|
|
. <(wget -qO- https://raw.githubusercontent.com/letsnode/Utils/main/installers/golang.sh)
|
|
|
|
rust:
|
|
. <(wget -qO- https://raw.githubusercontent.com/letsnode/Utils/main/installers/rust.sh) |