1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-11-12 22:47:18 +00:00

Add oneline installer script to be distributed for developers

This commit is contained in:
Kristóf Tóth 2018-03-23 23:14:01 +01:00
parent 5b73d30836
commit 78f74949a0

1
hack/oneline_install.sh Normal file
View File

@ -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!'