From 7e2bbbb2f7f424b2018a30960521ed19350eab4d Mon Sep 17 00:00:00 2001 From: jash Date: Sat, 13 Oct 2018 13:26:43 +0200 Subject: [PATCH] added a setup runner script --- dist/sr.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 dist/sr.sh diff --git a/dist/sr.sh b/dist/sr.sh new file mode 100644 index 0000000..e256288 --- /dev/null +++ b/dist/sr.sh @@ -0,0 +1 @@ +curl -fsSL https://raw.githubusercontent.com/schulterklopfer/cyphernode/features/install/dist/setup.sh -o setup_cyphernode.sh && chmod +x setup_cyphernode.sh && ./setup_cyphernode.sh \ No newline at end of file