mirror of
https://github.com/mtan93/dialog-scripts.git
synced 2026-03-08 05:31:54 +00:00
New Dialog repo URL
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
function dialogCheck(){
|
function dialogCheck(){
|
||||||
# Get the URL of the latest PKG From the Dialog GitHub repo
|
# Get the URL of the latest PKG From the Dialog GitHub repo
|
||||||
dialogURL=$(curl --silent --fail "https://api.github.com/repos/bartreardon/Dialog/releases/latest" | awk -F '"' "/browser_download_url/ && /pkg\"/ { print \$4; exit }")
|
dialogURL=$(curl --silent --fail "https://api.github.com/repos/bartreardon/swiftDialog/releases/latest" | awk -F '"' "/browser_download_url/ && /pkg\"/ { print \$4; exit }")
|
||||||
# Expected Team ID of the downloaded PKG
|
# Expected Team ID of the downloaded PKG
|
||||||
expectedDialogTeamID="PWA5E9TQ59"
|
expectedDialogTeamID="PWA5E9TQ59"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user