Add missing file parameter to checksum check

This commit is contained in:
Julia Friesel 2020-01-31 14:12:41 +00:00 committed by Marcus
parent 63fc917f6c
commit a8e36655ac

View file

@ -22,8 +22,8 @@ Builds:
- apt-get update
- apt-get install -y g++ make ninja-build g++-multilib
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.14.1/node-v12.14.1-linux-x64.tar.xz
- echo "07cfcaa0aa9d0fcb6e99725408d9e0b07be03b844701588e3ab5dbc395b98e1b" |
sha256sum -c -
- echo "07cfcaa0aa9d0fcb6e99725408d9e0b07be03b844701588e3ab5dbc395b98e1b node.tar.xz"
| sha256sum -c -
- tar xJf node.tar.xz
- cp -a node-v12.14.1-linux-x64/. /usr/local/
init: