Skip to content

Commit

Permalink
Vagrant provisioning: Use most up to date chocolatey packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jherbel committed Aug 25, 2023
1 parent deb4e38 commit 68cbf49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vagrant/scripts/provision.ps1
Original file line number Diff line number Diff line change
@@ -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")

Expand Down

0 comments on commit 68cbf49

Please sign in to comment.