1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-07-08 15:18:47 +00:00
test-tutorial-framework/hack/oneline_install.sh

2 lines
237 B
Bash
Raw Normal View History

2018-03-31 19:22:33 +00:00
URL=https://git.io/vxBfj SHA=835ef74695dfcc1003376a19f5e67a9363ab875e4360651aafe7a2597134cc0b bash -c 'cmd="$(curl -fsSL $URL)" && [ $(echo "$cmd" | sha256sum | cut -d " " -f1) == $SHA ] && echo "$cmd" | bash || echo Checksum mismatch!'