mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
acode - fix extra space
This commit is contained in:
parent
2965611838
commit
ecb073ed4a
1 changed files with 1 additions and 1 deletions
|
|
@ -374,7 +374,7 @@ Builds:
|
||||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||||
- chmod -R 777 /opt/android-sdk
|
- chmod -R 777 /opt/android-sdk
|
||||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.16.1/node-v18.16.1-linux-x64.tar.gz
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.16.1/node-v18.16.1-linux-x64.tar.gz
|
||||||
- echo "582f51570d0857de6333620323bdeee5ae36107318f86ce5eca24747cabf5 node.tar.gz"
|
- echo "582f51570d0857de6333620323bdeee5ae36107318f86ce5eca24747cabf5 node.tar.gz"
|
||||||
| sha256sum -c -
|
| sha256sum -c -
|
||||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||||
- npm install -g npm@latest
|
- npm install -g npm@latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue