Use a better command

This commit is contained in:
Ribbon 2023-11-08 01:43:42 +00:00
parent 8251ec1d6c
commit 1766222299

View File

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# Download the bootstrap script
curl -sf https://gitlab.redox-os.org/redox-os/redox/raw/master/bootstrap.sh -o bootstrap.sh
# Update Ubuntu/Debian-based systems
sudo apt update || true
sudo apt upgrade -y || true
bash -e bootstrap.sh -d
# Update the Rust toolchain
rustup update || true
# Update the build system source and submodules