mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
graphhopper.maps - fix recipe
This commit is contained in:
parent
1a65898acc
commit
4ca2e30af2
1 changed files with 3 additions and 4 deletions
|
|
@ -158,11 +158,10 @@ Builds:
|
||||||
submodules: true
|
submodules: true
|
||||||
sudo:
|
sudo:
|
||||||
- sysctl fs.inotify.max_user_watches=524288
|
- sysctl fs.inotify.max_user_watches=524288
|
||||||
- curl -Lo node.tar.xz https://nodejs.org/dist/v16.2.0/node-v16.2.0-linux-x64.tar.xz
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.2.0/node-v16.2.0-linux-x64.tar.gz
|
||||||
- echo "e134c8738761ab908aac3b62efa4865d8a7c73e40cc7758c6e99244921696216 node.tar.xz"
|
- echo "c3fd89a768e40a2fd8008919100bd283e6e9aec742eddeb1d494eb2a626466dc node.tar.gz"
|
||||||
| sha256sum -c -
|
| sha256sum -c -
|
||||||
- tar xJf node.tar.xz
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||||
- cp -a node-v16.2.0-linux-x64/. /usr/local/
|
|
||||||
init:
|
init:
|
||||||
- cd ../..
|
- cd ../..
|
||||||
- cp config.js graphhopper-maps/
|
- cp config.js graphhopper-maps/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue