mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-28 13:23:06 +00:00
changed fragments to .sh extension
This commit is contained in:
8
fragments/labels/rstudio.sh
Normal file
8
fragments/labels/rstudio.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
rstudio)
|
||||
name="RStudio"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -s -L "https://rstudio.com/products/rstudio/download/" | grep -m 1 -Eio 'href="https://download1.rstudio.org/desktop/macos/RStudio-(.*).dmg"' | cut -c7- | sed -e 's/"$//')
|
||||
appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)\..*/\1/g' )
|
||||
expectedTeamID="FYF2F5GFX4"
|
||||
#Company="RStudio"
|
||||
;;
|
||||
Reference in New Issue
Block a user