mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Merge pull request #598 from Chriscodinglife/fujifilmwebcam
New Label: Fujifilmwebcam
This commit is contained in:
7
fragments/labels/fujifilmwebcam.sh
Normal file
7
fragments/labels/fujifilmwebcam.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
fujifilmwebcam)
|
||||
name="FUJIFILM X Webcam 2"
|
||||
type="pkg"
|
||||
downloadURL=$(curl -fs "https://fujifilm-x.com/en-us/support/download/software/x-webcam/" | grep "https.*pkg" | sed -E 's/.*(https:\/\/dl.fujifilm-x\.com\/support\/software\/.*\.pkg[^\<]).*/\1/g' | sed -e 's/^"//' -e 's/"$//')
|
||||
appNewVersion=$( echo “${downloadURL}” | sed -E 's/.*XWebcamIns([0-9]*).*/\1/g' | sed -E 's/([0-9])([0-9]).*/\1\.\2/g')
|
||||
expectedTeamID="34LRP8AV2M"
|
||||
;;
|
||||
Reference in New Issue
Block a user