diff --git a/podman/rustinstall.sh b/podman/rustinstall.sh index 9fa97f2a..2fce22bd 100755 --- a/podman/rustinstall.sh +++ b/podman/rustinstall.sh @@ -1,8 +1,8 @@ +#/usr/bin/env bash + # This script install the Rust toolchain and the build system dependencies # in Podman after the image has been built -#/usr/bin/env bash - curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable cargo +stable install --force --version 0.1.1 cargo-config cargo +stable install --force --version 1.16.0 just