Skip to content
Snippets Groups Projects
Commit 93bb93f4 authored by bjorn3's avatar bjorn3
Browse files

Remove setup.sh

It isn't used anywhere
parent d56958ab
No related branches found
No related tags found
No related merge requests found
#!/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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment