Apply Choco Best Practices (#77)

* (maint) Corrected whitespace

* (GH-15) Apply Choco Best Practices
This commit is contained in:
Gary Ewan Park
2018-10-18 13:08:15 +01:00
committed by Yosef Durr
parent f59fe23b7c
commit ee2a2cf65b
11 changed files with 40 additions and 40 deletions

View File

@@ -1,11 +1,11 @@
choco install -y Microsoft-Windows-Subsystem-Linux -source windowsfeatures
choco install -y Microsoft-Windows-Subsystem-Linux --source="'windowsfeatures'"
#--- Ubuntu ---
# TODO: Move this to choco install once --root is included in that package
Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1804 -OutFile ~/Ubuntu.appx -UseBasicParsing
Add-AppxPackage -Path ~/Ubuntu.appx
# run the distro once and have it install locally with root user, unset password
RefreshEnv
Ubuntu1804 install --root
Ubuntu1804 run apt update