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

2 lines
237 B
Bash
Raw Normal View History

URL=https://git.io/vxBfj SHA=d81057610588e16666251a4167f05841fc8b66ccd6988490c1a2d2deb6de8ffa bash -c 'cmd="$(curl -fsSL $URL)" && [ $(echo "$cmd" | sha256sum | cut -d " " -f1) == $SHA ] && echo "$cmd" | bash || echo Checksum mismatch!'