adding azure devops script and a chocolateyfest demo (#73)

* adding devops tool install commands
* personalizing demo script
This commit is contained in:
Yosef Durr
2018-10-06 18:17:31 -07:00
committed by GitHub
parent d41a2c10e1
commit d488050ca9
7 changed files with 84 additions and 19 deletions

View File

@@ -5,6 +5,8 @@ choco install -y Microsoft-Windows-Subsystem-Linux -source windowsfeatures
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
Ubuntu1804 run apt upgrade -y