continuing to refine the scripts (#26)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Description: Boxstarter Script
|
||||
# Author: Microsoft
|
||||
# Common dev settings for web development
|
||||
# Common dev settings for machine learning
|
||||
|
||||
Disable-UAC
|
||||
|
||||
@@ -22,8 +22,8 @@ choco install -y Microsoft-Hyper-V-All -source windowsFeatures
|
||||
choco install -y Microsoft-Windows-Subsystem-Linux -source windowsfeatures
|
||||
|
||||
#--- Ubuntu ---
|
||||
Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1604 -OutFile ~/Ubuntu.appx -UseBasicParsing
|
||||
Add-AppxPackage -Path ~/Ubuntu.appx
|
||||
# Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1604 -OutFile ~/Ubuntu.appx -UseBasicParsing
|
||||
# Add-AppxPackage -Path ~/Ubuntu.appx
|
||||
|
||||
#--- Fonts ---
|
||||
choco install -y inconsolata
|
||||
|
||||
Reference in New Issue
Block a user