Skip to content

Commit

Permalink
Vagrant Windows image: Add C++ redistributable (JabRef#11596)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Aug 7, 2024
1 parent f551cfb commit 6c3cd64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/vms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Then, everything is removed.
| [`fedora`](fedora/) | source | -- | -- |
| [`Linux Mint (Cinnamon)`](linux-mint-cinnamon/) | source | Firefox | yes |
| [`ubuntu`](ubuntu/) | snap | Firefox | yes |
| [`windows`](windows/) | source | Firefox | yes |
| [`windows`](windows/) | source | Edge | -- |

## Troubleshooting

Expand Down
8 changes: 6 additions & 2 deletions scripts/vms/windows/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ Vagrant.configure("2") do |config|
choco install libericajdk
choco install git.install -y --params "/GitAndUnixToolsOnPath /WindowsTerminal /WindowsTerminalProfile"
choco install firefox
choco install libreoffice-fresh
# Required by AI functionaltiy
choco choco install vcredist140
# choco install firefox
# choco install libreoffice-fresh
SHELL

config.vm.provision "shell", reboot: true
Expand Down

0 comments on commit 6c3cd64

Please sign in to comment.