update to 7.8.6.13

This commit is contained in:
2023-05-23 16:47:10 -04:00
parent d8c144ff76
commit 4a7df59b1c
+2 -2
View File
@@ -2,10 +2,10 @@
If (! $Edition ) { $Edition = 'desktop' } If (! $Edition ) { $Edition = 'desktop' }
# Specify URL to "Backup for Windows" agent installer # Specify URL to "Backup for Windows" agent installer
$ECB_WIN_URL = 'https://s3.amazonaws.com/cb_setups/MBS/53CFB286-7A97-4FDF-8CFA-475C0DB63A9A/Brands/FB8308E2-448A-4645-A5F6-A3632A7E57F4/EmberkomCloudBackup_v7.8.5.12_ALLEDITIONS_Setup.exe' $ECB_WIN_URL = 'https://s3.amazonaws.com/cb_setups/MBS/53CFB286-7A97-4FDF-8CFA-475C0DB63A9A/Brands/FB8308E2-448A-4645-A5F6-A3632A7E57F4/EmberkomCloudBackup_v7.8.6.13_ALLEDITIONS_Setup.exe'
# Specify URL to "Backup Virtual Machine Edition" agent installer # Specify URL to "Backup Virtual Machine Edition" agent installer
$ECB_VMM_URL = 'https://s3.amazonaws.com/cb_setups/MBS/53CFB286-7A97-4FDF-8CFA-475C0DB63A9A/Brands/FB8308E2-448A-4645-A5F6-A3632A7E57F4/EmberkomCloudBackup_v7.8.5.12_VMWARE_Setup.exe' $ECB_VMM_URL = 'https://s3.amazonaws.com/cb_setups/MBS/53CFB286-7A97-4FDF-8CFA-475C0DB63A9A/Brands/FB8308E2-448A-4645-A5F6-A3632A7E57F4/EmberkomCloudBackup_v7.8.6.13_VMWARE_Setup.exe'
# Set the correct download URL and agent edition # Set the correct download URL and agent edition
switch ( $Edition.ToLower() ) { switch ( $Edition.ToLower() ) {