mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 05:39:06 +00:00
Fix typos in build-react-native template
This commit is contained in:
parent
860dd1a8bf
commit
326a467c0a
1 changed files with 2 additions and 2 deletions
|
|
@ -13,9 +13,9 @@ Builds:
|
|||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
# Find the nodejs download URL at https://nodejs.org/en/download/releases/
|
||||
# Download the gz tarball because xz-utils is not installed by default
|
||||
- curl -Lo node.tar.xz https://nodejs.org/download/release/v19.3.0/node-v19.3.0-linux-x64.tar.gz
|
||||
- curl -Lo node.tar.gz https://nodejs.org/download/release/v19.3.0/node-v19.3.0-linux-x64.tar.gz
|
||||
# Find the checksum at https://nodejs.org/dist/v${VERSION}/SHASUMS256.txt.asc
|
||||
- echo "b525028ae5bb71b5b32cb7fce903ccce261dbfef4c7dd0f3e0ffc27cd6fc0b3f node.tar.xz"
|
||||
- echo "b525028ae5bb71b5b32cb7fce903ccce261dbfef4c7dd0f3e0ffc27cd6fc0b3f node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
# If you use yarn
|
||||
|
|
|
|||
Loading…
Reference in a new issue