Create GCC in podman

This commit is contained in:
Jaby
2025-01-02 19:47:47 +01:00
committed by Jaby
parent 7e37d5330a
commit 94f13dfd61
11 changed files with 57 additions and 19 deletions

5
podman/scripts/install_rust.sh Executable file
View 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