Create GCC in podman

This commit is contained in:
2025-01-02 19:47:47 +01:00
parent faa1ec4a0f
commit 12de40e2a0
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