Create GCC in podman
This commit is contained in:
5
podman/scripts/install_rust.sh
Executable file
5
podman/scripts/install_rust.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
echo "<<< Install Rust >>>"
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
. "$HOME/.cargo/env"
|
||||
cargo install cargo-edit --locked
|
||||
Reference in New Issue
Block a user