adding azure devops script and a chocolateyfest demo (#73)
* adding devops tool install commands * personalizing demo script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user