Update oneline_install.sh with proper checksum

This commit is contained in:
Kristóf Tóth 2018-03-24 12:21:48 +01:00
parent 2e4ecc42d2
commit c182d67423
1 changed files with 1 additions and 1 deletions

View File

@ -1 +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!'
URL=https://git.io/vxBfj SHA=8f5be5035c20621b0727ce51d67d591272ed83fe0681f108fb7b2fc29d717df3 bash -c 'cmd="$(curl -fsSL $URL)" && [ $(echo "$cmd" | sha256sum | cut -d " " -f1) == $SHA ] && echo "$cmd" | bash || echo Checksum mismatch!'