Fix a typo on the "podman/rustinstall.sh" script

This commit is contained in:
Ribbon 2025-03-17 14:10:11 +00:00
parent 37395f5184
commit fc121a6b70

View File

@ -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