update appNewVersion for Perimeter81

This commit is contained in:
Jake
2021-10-06 15:26:32 -04:00
committed by GitHub
parent 5799c5d432
commit 8e9488c68f

View File

@@ -2,6 +2,6 @@ perimeter81)
name="Perimeter81"
type="pkg"
downloadURL="https://static.perimeter81.com/agents/mac/snapshot/latest/Perimeter81.pkg"
appNewVersion="curl -fsIL "${downloadURL}" | grep -i ^x-amz-meta-version | sed -E 's/x-amz-meta-version: //'"
appNewVersion="$(curl -fsIL "${downloadURL}" | grep -i ^x-amz-meta-version | sed -E 's/x-amz-meta-version: //')"
expectedTeamID="924635PD62"
;;