diff --git a/setup_venv.sh b/setup_venv.sh index fc2256a3e4..66a0c0ba82 100755 --- a/setup_venv.sh +++ b/setup_venv.sh @@ -177,7 +177,7 @@ install_resoto() { } install_plugins() { - local collector_plugins=(aws gcp slack onelogin k8s onprem github example_collector cleanup_expired cleanup_aws_alarms cleanup_aws_loadbalancers cleanup_aws_vpcs cleanup_untagged cleanup_volumes protect_snowflakes tagvalidator digitalocean) + local collector_plugins=(aws gcp slack onelogin k8s onprem github example_collector cleanup_expired cleanup_aws_alarms cleanup_aws_loadbalancers cleanup_aws_vpcs cleanup_untagged cleanup_volumes protect_snowflakes tagvalidator vsphere digitalocean) for plugin in "${collector_plugins[@]}"; do pip_install "$plugin" true done