From fc121a6b70f07cc8040af975e334cc70bc2b675c Mon Sep 17 00:00:00 2001 From: Ribbon Date: Mon, 17 Mar 2025 14:10:11 +0000 Subject: [PATCH] Fix a typo on the "podman/rustinstall.sh" script --- podman/rustinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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