merge readme and script updates from dev branch (#25)

readme refinement, adding ml script
This commit is contained in:
Yosef Durr
2018-05-06 11:35:16 -07:00
committed by GitHub
parent 6f37693754
commit c14d8f7586
5 changed files with 86 additions and 35 deletions

View File

@@ -28,7 +28,6 @@ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-L
#--- Ubuntu ---
Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1604 -OutFile ~/Ubuntu.appx -UseBasicParsing
Add-AppxPackage -Path ~/Ubuntu.appx
Ubuntu.exe
<#
#--- SLES ---
@@ -51,14 +50,13 @@ choco install -y firefox
#--- Fonts ---
choco install -y inconsolata
choco install -y ubuntu.font
# choco install -y ubuntu.font
#--- Tools ---
choco install -y sysinternals
choco install -y docker-for-windows
choco install -y python
choco install -y pip
choco install -y easy.install
Enable-UAC
Enable-MicrosoftUpdate