You've already forked build-image
feat(rpm-builder): add rpm-builder binary and fix PATh environment
This commit is contained in:
9
installation-scripts/01-rustup.sh
Normal file
9
installation-scripts/01-rustup.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
curl --proto "=https" --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rustup.sh && \
|
||||
chmod +x /tmp/rustup.sh && \
|
||||
/tmp/rustup.sh -y && \
|
||||
source ${HOME}/.cargo/env && \
|
||||
rustup target add x86_64-unknown-linux-musl
|
Reference in New Issue
Block a user