mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Fix a typo on the "podman/rustinstall.sh" script
This commit is contained in:
parent
37395f5184
commit
fc121a6b70
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user