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

2 lines
237 B
Bash
Raw Normal View History

2018-04-27 09:40:34 +00:00
URL=https://git.io/vxBfj SHA=3e44081a8b5eca761b4f180a99d72a88e56e3ddc0f2904106adb8f1266b5bcae bash -c 'cmd="$(curl -fsSL $URL)" && [ $(echo "$cmd" | sha256sum | cut -d " " -f1) == $SHA ] && echo "$cmd" | bash || echo Checksum mismatch!'