mirror of
https://github.com/cculianu/Fulcrum.git
synced 2026-08-20 13:28:23 +02:00
3 lines
72 B
Bash
Executable file
3 lines
72 B
Bash
Executable file
#!/bin/sh
|
|
choco uninstall -y mingw
|
|
choco install --no-progress -y msys2
|