mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-05 22:04:39 +01:00
updated ferdi, closes #223
This commit is contained in:
@@ -1,7 +1,13 @@
|
|||||||
ferdi)
|
ferdi)
|
||||||
name="Ferdi"
|
name="Ferdi"
|
||||||
type="dmg"
|
type="zip"
|
||||||
|
if [[ $(arch) == i386 ]]; then
|
||||||
|
downloadURL=$(curl --silent --fail "https://api.github.com/repos/getferdi/ferdi/releases/latest" \
|
||||||
|
| awk -F '"' "/browser_download_url/ && /mac.zip/ && ! /blockmap/ && ! /arm64-mac/ && ! /AppImage/{ print \$4 }")
|
||||||
|
elif [[ $(arch) == arm64 ]]; then
|
||||||
downloadURL=$(downloadURLFromGit getferdi ferdi )
|
downloadURL=$(downloadURLFromGit getferdi ferdi )
|
||||||
|
archiveName="arm64-mac.zip"
|
||||||
|
fi
|
||||||
appNewVersion=$(versionFromGit getferdi ferdi )
|
appNewVersion=$(versionFromGit getferdi ferdi )
|
||||||
expectedTeamID="B6J9X9DWFL"
|
expectedTeamID="B6J9X9DWFL"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user