merge readme and script updates from dev branch (#25)
readme refinement, adding ml script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user