rustup-and-install.sh

This commit is contained in:
Tony Garnock-Jones 2024-05-28 09:37:50 +02:00
parent 53d859e50f
commit 64a4074273
1 changed files with 4 additions and 0 deletions

4
rustup-and-install.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
set -e
rustup update
cargo +nightly install --path `pwd`/syndicate-server