diff --git a/Install_Webex_as_root.ps1 b/Install_Webex_as_root.ps1 index d2865d3..532a57e 100644 --- a/Install_Webex_as_root.ps1 +++ b/Install_Webex_as_root.ps1 @@ -1,5 +1,7 @@ # Install Webex as root +powershell.exe -setexecutionpolicy bypass + $url = "https://binaries.webex.com/WebexTeamsDesktop-Windows-Gold/Webex.msi" $output = "$PSScriptRoot\Webex.msi" $start_time = Get-Date