From c6caab3e8bbe350c32845ac7e620a97d89a468bf Mon Sep 17 00:00:00 2001 From: Kyle Hagerty Date: Wed, 8 Sep 2021 11:13:56 -0500 Subject: [PATCH] remove ps1 due to incompatibiltiy --- Install_Webex_as_root.ps1 | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Install_Webex_as_root.ps1 diff --git a/Install_Webex_as_root.ps1 b/Install_Webex_as_root.ps1 deleted file mode 100644 index 5e6b6eb..0000000 --- a/Install_Webex_as_root.ps1 +++ /dev/null @@ -1,11 +0,0 @@ -# Install Webex as root -# Source: https://help.webex.com/en-US/article/nw5p67g/Webex-|-Installation-and-Automatic-Upgrade#Cisco_Reference.dita_de4f9295-316d-4e1c-8f47-329ddfdb984d - -$url = "https://binaries.webex.com/WebexTeamsDesktop-Windows-Gold/Webex.msi" -$output = "$PSScriptRoot\Webex.msi" -$start_time = Get-Date - -curl.exe -L $url -o $output -Write-Output "Time taken: $((Get-Date).Subtract($start_time).Seconds) second(s)" - -cmd.exe /C "msiexec /i $output ACCEPT_EULA=TRUE INSTALL_ROOT='C:\Program Files\Webex' ALLUSERS=1 AUTOSTART_WITH_WINDOWS=false" \ No newline at end of file