Merge pull request #21 from Microsoft/add_y_parameter_to_dev_web
(GH-11) Added -y to all Chocolatey calls
This commit is contained in:
28
dev_web.ps1
28
dev_web.ps1
@@ -15,13 +15,13 @@ Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\
|
||||
Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name MMTaskbarMode -Value 2
|
||||
|
||||
#--- Tools ---
|
||||
choco install visualstudiocode -y
|
||||
choco install git -params '"/GitAndUnixToolsOnPath /WindowsTerminal"' -y
|
||||
choco install Git-Credential-Manager-for-Windows
|
||||
choco install 7zip.install
|
||||
choco install -y visualstudiocode
|
||||
choco install -y git -params '"/GitAndUnixToolsOnPath /WindowsTerminal"'
|
||||
choco install -y Git-Credential-Manager-for-Windows
|
||||
choco install -y 7zip.install
|
||||
|
||||
#--- Windows Subsystems/Features ---
|
||||
choco install Microsoft-Hyper-V-All -source windowsFeatures
|
||||
choco install -y Microsoft-Hyper-V-All -source windowsFeatures
|
||||
# Your system will prompt you to restart
|
||||
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
|
||||
|
||||
@@ -46,19 +46,19 @@ opensuse-42.exe
|
||||
#>
|
||||
|
||||
#--- Browsers ---
|
||||
choco install googlechrome -y
|
||||
choco install firefox -y
|
||||
choco install -y googlechrome
|
||||
choco install -y firefox
|
||||
|
||||
#--- Fonts ---
|
||||
choco install inconsolata -y
|
||||
choco install ubuntu.font -y
|
||||
choco install -y inconsolata
|
||||
choco install -y ubuntu.font
|
||||
|
||||
#--- Tools ---
|
||||
choco install sysinternals -y
|
||||
choco install docker-for-windows
|
||||
choco install python
|
||||
choco install pip
|
||||
choco install easy.install
|
||||
choco install -y sysinternals
|
||||
choco install -y docker-for-windows
|
||||
choco install -y python
|
||||
choco install -y pip
|
||||
choco install -y easy.install
|
||||
|
||||
Enable-UAC
|
||||
Enable-MicrosoftUpdate
|
||||
|
||||
Reference in New Issue
Block a user