mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
fixed stray whitespace at the end of camtasia2019.sh, closes #547
This commit is contained in:
@@ -302,8 +302,8 @@ if [[ $(/usr/bin/arch) == "arm64" ]]; then
|
||||
rosetta2=no
|
||||
fi
|
||||
fi
|
||||
VERSION="9.2"
|
||||
VERSIONDATE="2022-05-16"
|
||||
VERSION="10.0beta"
|
||||
VERSIONDATE="2022-05-19"
|
||||
|
||||
# MARK: Functions
|
||||
|
||||
@@ -1859,7 +1859,7 @@ camtasia2019)
|
||||
appNewVersion=$(curl -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15" -fs "https://support.techsmith.com/hc/en-us/articles/360004908652-Desktop-Product-Download-Links" | grep "Camtasia (Mac) 2019" | sed -e 's/.*Camtasia (Mac) //' -e 's/<\/td>.*//')
|
||||
expectedTeamID="7TQL462TU8"
|
||||
;;
|
||||
camtasia2020)
|
||||
camtasia2020)
|
||||
name="Camtasia 2020"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15" -fs "https://support.techsmith.com/hc/en-us/articles/360004908652-Desktop-Product-Download-Links" | grep -A 3 "Camtasia (Mac) 2020" | sed 's/.*href="//' | sed 's/".*//' | grep .dmg)
|
||||
|
||||
@@ -68,6 +68,7 @@ calibre
|
||||
camostudio
|
||||
camtasia
|
||||
camtasia2019
|
||||
camtasia2020
|
||||
camtasia2021
|
||||
canva
|
||||
chatwork
|
||||
|
||||
@@ -5,4 +5,3 @@ camtasia2019)
|
||||
appNewVersion=$(curl -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15" -fs "https://support.techsmith.com/hc/en-us/articles/360004908652-Desktop-Product-Download-Links" | grep "Camtasia (Mac) 2019" | sed -e 's/.*Camtasia (Mac) //' -e 's/<\/td>.*//')
|
||||
expectedTeamID="7TQL462TU8"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user