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

2 lines
237 B
Bash
Raw Normal View History

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