From 78f74949a03867a7f371bb81b30919a9e211d7b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Fri, 23 Mar 2018 23:14:01 +0100 Subject: [PATCH] Add oneline installer script to be distributed for developers --- hack/oneline_install.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 hack/oneline_install.sh diff --git a/hack/oneline_install.sh b/hack/oneline_install.sh new file mode 100644 index 0000000..fc0219a --- /dev/null +++ b/hack/oneline_install.sh @@ -0,0 +1 @@ +URL=https://git.io/vxBfj SHA=64f04b6503cfd9fe38758c1215ab8edb95a9b1b838e37afaf2bb29970b011c59 bash -c 'cmd="$(curl -fsSL $URL)" && [ $(echo "$cmd" | sha256sum | cut -d " " -f1) == $SHA ] && echo "$cmd" | bash || echo Checksum mismatch!'