riot: fix nodejs url
This commit is contained in:
parent
1a9c899927
commit
e88503c38e
|
@ -869,7 +869,7 @@ Build:0.8.20,82000
|
|||
commit=v0.8.20
|
||||
subdir=vector
|
||||
sudo=apt-get install -y g++ && \
|
||||
curl -Lo node.tar.xz https://nodejs.org/dist/v10.14.2.0/node-v10.14.2-linux-x64.tar.xz && \
|
||||
curl -Lo node.tar.xz https://nodejs.org/dist/v10.14.2/node-v10.14.2-linux-x64.tar.xz && \
|
||||
echo "e43de13bf7bee440a106a844c1bc3a2adb8829fd58b857702c8f1838fdd02a2a node.tar.xz" | sha256sum -c - && \
|
||||
tar xJf node.tar.xz && \
|
||||
cp -a node-v10.14.2-linux-x64/. /usr/local/ && \
|
||||
|
|
Loading…
Reference in a new issue