mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 16:48:45 +08:00
Fixes for setup script
This commit is contained in:
parent
edefdfabdc
commit
7d426b552c
6
setup.sh
6
setup.sh
@ -1,9 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
echo "Downloading latest libc-artifacts"
|
||||
git submodule update --init --remote libc-artifacts
|
||||
|
||||
echo "Defaulting to rust nightly"
|
||||
rustup override set nightly
|
||||
echo "Update rust nightly"
|
||||
rustup update nightly
|
||||
echo "Downloading rust source"
|
||||
rustup component add rust-src
|
||||
if [ -z "$(which xargo)" ]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user