Skip to content

Commit

Permalink
Updating Umbrella installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
1eyeITguy committed Jan 27, 2025
1 parent 63a874d commit fe009ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudscripts/Cisco/install-umbrella.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Write-Host ""

# Define file paths
$tempFolder = "C:\temp"
$vpnMsiUrl = "https://ssintunedata.blob.core.windows.net/cisco/cisco-secure-client-win-5.1.6.103-core-vpn-predeploy-k9.msi"
$vpnMsiUrl = "https://ssintunedata.blob.core.windows.net/cisco/cisco-secure-client-win-5.1.7.80-core-vpn-predeploy-k9.msi"
$vpnMsiPath = "$tempFolder\cisco-secure-client-core-vpn.msi"
$umbrellaMsiUrl = "https://ssintunedata.blob.core.windows.net/cisco/cisco-secure-client-win-5.1.6.103-umbrella-predeploy-k9.msi"
$umbrellaMsiUrl = "https://ssintunedata.blob.core.windows.net/cisco/cisco-secure-client-win-5.1.7.80-umbrella-predeploy-k9.msi"
$umbrellaMsiPath = "$tempFolder\cisco-secure-client-umbrella.msi"

# Create temp folder if it doesn't exist
Expand Down

0 comments on commit fe009ab

Please sign in to comment.