This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #In Powershell. | |
| # Install chocolatey https://chocolatey.org/install to be the software package manager. Right now the following line is the installer. But it would be good to go grab the new command from the site provided. | |
| #Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
| choco install git ghostscript xpdf-utils gnuwin 7zip cyg-get msys2 graphviz activeperl | |
| choco install ruby --version=2.6.5.1 | |
| # This sets up ruby to be a dev kit | |
| ridk install 1 | |
| cyg-get install catdoc unrtf unzip antiword xlsx2csv libvisio-tools |