continuing to refine the scripts (#26)

This commit is contained in:
Yosef Durr
2018-05-06 12:57:25 -07:00
committed by GitHub
parent c14d8f7586
commit 91a61099b8
5 changed files with 14 additions and 13 deletions

View File

@@ -24,8 +24,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
#--- Browsers ---
choco install -y Firefox