Skip to content

Commit

Permalink
Add requirements to scripts/update_oauth_resources.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sigaloid committed Dec 28, 2023
1 parent 9f41af6 commit c121493
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/update_oauth_resources.sh
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit c121493

Please sign in to comment.