mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 21:02:46 +00:00
10
fragments/labels/filezilla.sh
Executable file
10
fragments/labels/filezilla.sh
Executable file
@@ -0,0 +1,10 @@
|
|||||||
|
filezilla)
|
||||||
|
name="FileZilla"
|
||||||
|
type="tbz"
|
||||||
|
packageID="org.filezilla-project.filezilla"
|
||||||
|
downloadURL=$(curl -fsL https://filezilla-project.org/download.php\?show_all=1 | grep macosx | head -n 1 | awk -F '"' '{print $2}' )
|
||||||
|
appNewVersion=$( curl -fsL https://filezilla-project.org/download.php\?show_all=1 | grep macosx | head -n 1 | awk -F '_' '{print $2}' )
|
||||||
|
expectedTeamID="5VPGKXL75N"
|
||||||
|
blockingProcesses=( NONE )
|
||||||
|
;;
|
||||||
|
|
||||||
Reference in New Issue
Block a user