adding azure devops script and a chocolateyfest demo (#73)
* adding devops tool install commands * personalizing demo script
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
Enable-WindowsOptionalFeature -Online -FeatureName containers -All
|
||||
RefreshEnv
|
||||
choco install -y docker-for-windows
|
||||
choco install -y vscode-docker
|
||||
|
||||
@@ -45,7 +45,8 @@ $applicationList = @(
|
||||
"Microsoft.Print3D"
|
||||
"*Autodesk*"
|
||||
"*BubbleWitch*"
|
||||
"king.com.CandyCrush*"
|
||||
"king.com*"
|
||||
"G5*"
|
||||
"*Dell*"
|
||||
"*Facebook*"
|
||||
"*Keeper*"
|
||||
|
||||
@@ -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