From 68cbf49cfc3ade9428317bccc80c8e8daef0c4d8 Mon Sep 17 00:00:00 2001 From: Joerg Herbel Date: Fri, 25 Aug 2023 06:57:54 +0200 Subject: [PATCH] Vagrant provisioning: Use most up to date chocolatey packages --- vagrant/scripts/provision.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vagrant/scripts/provision.ps1 b/vagrant/scripts/provision.ps1 index 9d3e8ac8..4c258908 100644 --- a/vagrant/scripts/provision.ps1 +++ b/vagrant/scripts/provision.ps1 @@ -1,7 +1,7 @@ iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')) -choco install -y googlechrome -choco install -y python -choco install -y nushell +choco install -y --force googlechrome +choco install -y --force python +choco install -y --force nushell (new-object net.webclient).DownloadFile("https://downloads.robocorp.com/rcc/releases/v14.6.0/windows64/rcc.exe", "C:\Users\vagrant\AppData\Local\Microsoft\WindowsApps\rcc.exe")