mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
Add requirements to scripts/update_oauth_resources.sh
This commit is contained in:
parent
9f41af6eee
commit
c1214939ef
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Requirements
|
||||
# - curl
|
||||
# - rg
|
||||
# - jq
|
||||
|
||||
# Fetch iOS app versions
|
||||
ios_version_list=$(curl -s "https://ipaarchive.com/app/usa/1064216828" | rg "(20\d{2}\.\d+.\d+) / (\d+)" --only-matching -r "Version \$1/Build \$2" | sort | uniq)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue