Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Get a useful browser on there asap
    1. add chocolatey to your environment
      Set-ExecutionPolicy Bypass -Scope Process -Forceiex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
    2. use chocolatey to install the browser of choice (google chrome install doesn't work properly, we recommend Opera or Firefox) - choco install opera
  2. Now you have browser installed, use chocolatey to install git - choco install git
  3. Use git to pull down required resource files
  4. Continue to install other applications as needed

...