syndicate-rs/rustup-and-install.sh

5 lines
84 B
Bash
Executable File

#!/bin/sh
set -e
rustup update
cargo +nightly install --path `pwd`/syndicate-server