changing how WSL is enabled

This commit is contained in:
Yosef Durr
2018-11-02 10:35:07 -07:00
parent edeb59937c
commit 6494d7fe78

View File

@@ -1,4 +1,5 @@
choco install -y Microsoft-Windows-Subsystem-Linux --source="'windowsfeatures'" # choco install -y Microsoft-Windows-Subsystem-Linux --source="'windowsfeatures'"
Enable-WindowsOptionalFeature -Online -NoRestart -FeatureName Microsoft-Windows-Subsystem-Linux
#--- Ubuntu --- #--- Ubuntu ---
# TODO: Move this to choco install once --root is included in that package # TODO: Move this to choco install once --root is included in that package