mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +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
|
||||
sudo:
|
||||
- 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
|
||||
- echo "e134c8738761ab908aac3b62efa4865d8a7c73e40cc7758c6e99244921696216 node.tar.xz"
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.2.0/node-v16.2.0-linux-x64.tar.gz
|
||||
- echo "c3fd89a768e40a2fd8008919100bd283e6e9aec742eddeb1d494eb2a626466dc node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz
|
||||
- cp -a node-v16.2.0-linux-x64/. /usr/local/
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
init:
|
||||
- cd ../..
|
||||
- cp config.js graphhopper-maps/
|
||||
|
|
|
|||
Loading…
Reference in a new issue