From 64a4074273728398582d85b96dce0856801c02d0 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 28 May 2024 09:37:50 +0200 Subject: [PATCH] rustup-and-install.sh --- rustup-and-install.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 rustup-and-install.sh diff --git a/rustup-and-install.sh b/rustup-and-install.sh new file mode 100755 index 0000000..258d9ce --- /dev/null +++ b/rustup-and-install.sh @@ -0,0 +1,4 @@ +#!/bin/sh +set -e +rustup update +cargo +nightly install --path `pwd`/syndicate-server