mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Added the Fujifilm label for future dslr webcam fans
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/.*\/[a-zA-Z]*-([0-9.]*)\..*/\1/g' )
|
||||
expectedTeamID="34LRP8AV2M"
|
||||
;;
|
||||
Reference in New Issue
Block a user