mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-17 14:23:09 +01:00
finished updating labels
This commit is contained in:
@@ -7,7 +7,6 @@ slack)
|
||||
# elif [[ $(arch) == "i386" ]]; then
|
||||
# downloadURL="https://slack.com/ssb/download-osx"
|
||||
# fi
|
||||
appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | awk '{print $2}' | tr -d '
|
||||
' | sed -E 's/.*macos\/([0-9.]*)\/.*/\1/g' )
|
||||
appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | awk '{print $2}' | tr -d '\r\n' | sed -E 's/.*macos\/([0-9.]*)\/.*/\1/g' )
|
||||
expectedTeamID="BQR82RBBHL"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user