7 lines
202 B
Bash
Executable file
7 lines
202 B
Bash
Executable file
#/usr/bin/env bash
|
|
|
|
# Install Rust in Podman, after the image has been built
|
|
|
|
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
|
|
cargo install --force --version 0.1.1 cargo-config
|