mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
silverdict - use stable nodejs url
This commit is contained in:
parent
67c4c9149c
commit
fd0c662201
1 changed files with 5 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ Translation: https://crowdin.com/project/silverdict-mobile
|
|||
AutoName: SilverDict
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Crissium/SilverDict-mobile
|
||||
Repo: https://github.com/Crissium/SilverDict-mobile.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.4
|
||||
|
|
@ -1010,7 +1010,7 @@ Builds:
|
|||
subdir: android/app/
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- curl -Lo node.tar.gz https://nodejs.org/download/release/latest-v18.x/node-v18.18.2-linux-x64.tar.gz
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.18.2/node-v18.18.2-linux-x64.tar.gz
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm -g install yarn
|
||||
init:
|
||||
|
|
@ -1041,7 +1041,7 @@ Builds:
|
|||
subdir: android/app/
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- curl -Lo node.tar.gz https://nodejs.org/download/release/latest-v18.x/node-v18.18.2-linux-x64.tar.gz
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.18.2/node-v18.18.2-linux-x64.tar.gz
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm -g install yarn
|
||||
init:
|
||||
|
|
@ -1072,7 +1072,7 @@ Builds:
|
|||
subdir: android/app/
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- curl -Lo node.tar.gz https://nodejs.org/download/release/latest-v18.x/node-v18.18.2-linux-x64.tar.gz
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.18.2/node-v18.18.2-linux-x64.tar.gz
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm -g install yarn
|
||||
init:
|
||||
|
|
@ -1103,7 +1103,7 @@ Builds:
|
|||
subdir: android/app/
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- curl -Lo node.tar.gz https://nodejs.org/download/release/latest-v18.x/node-v18.18.2-linux-x64.tar.gz
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.18.2/node-v18.18.2-linux-x64.tar.gz
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm -g install yarn
|
||||
init:
|
||||
|
|
|
|||
Loading…
Reference in a new issue