update Adobe Connect download URL

This commit is contained in:
2021-02-17 22:58:38 -05:00
parent eeec354133
commit 35a7cfeff7
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
## Specify the URL to download Adobe Connect from
$URL = 'https://download.adobe.com/pub/connect/updaters/meeting/11_0/ConnectApp11_2020_10_26.msi'
$URL = 'https://download.adobe.com/pub/connect/updaters/meeting/11_0/ConnectApp11_2020_12_21.msi'
## Install Adobe Connect
LogMsg "Installing Adobe Connect from ${URL}"
+1
View File
@@ -0,0 +1 @@
get-process | where { $_.Name -like "chrome" } | stop-process -force