mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
Remove setup.sh
It isn't used anywhere
This commit is contained in:
parent
d56958abcc
commit
93bb93f429
20
setup.sh
20
setup.sh
@ -1,20 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
echo "Downloading latest pkgutils"
|
||||
git submodule update --init --remote pkgutils
|
||||
cargo update --manifest-path pkgutils/Cargo.toml
|
||||
|
||||
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 cargo-config)" ]
|
||||
then
|
||||
echo "Installing cargo-config"
|
||||
cargo install -f cargo-config
|
||||
fi
|
||||
|
||||
echo "cook.sh is ready to use"
|
||||
Loading…
Reference in New Issue
Block a user