(GH-11) Added -y to all Chocolatey calls
- Used the same style as per this commit: 4ab2d140ab
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
|
Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name MMTaskbarMode -Value 2
|
||||||
|
|
||||||
#--- Tools ---
|
#--- Tools ---
|
||||||
choco install visualstudiocode -y
|
choco install -y visualstudiocode
|
||||||
choco install git -params '"/GitAndUnixToolsOnPath /WindowsTerminal"' -y
|
choco install -y git -params '"/GitAndUnixToolsOnPath /WindowsTerminal"'
|
||||||
choco install Git-Credential-Manager-for-Windows
|
choco install -y Git-Credential-Manager-for-Windows
|
||||||
choco install 7zip.install
|
choco install -y 7zip.install
|
||||||
|
|
||||||
#--- Windows Subsystems/Features ---
|
#--- 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
|
# Your system will prompt you to restart
|
||||||
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
|
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
|
||||||
|
|
||||||
@@ -46,19 +46,19 @@ opensuse-42.exe
|
|||||||
#>
|
#>
|
||||||
|
|
||||||
#--- Browsers ---
|
#--- Browsers ---
|
||||||
choco install googlechrome -y
|
choco install -y googlechrome
|
||||||
choco install firefox -y
|
choco install -y firefox
|
||||||
|
|
||||||
#--- Fonts ---
|
#--- Fonts ---
|
||||||
choco install inconsolata -y
|
choco install -y inconsolata
|
||||||
choco install ubuntu.font -y
|
choco install -y ubuntu.font
|
||||||
|
|
||||||
#--- Tools ---
|
#--- Tools ---
|
||||||
choco install sysinternals -y
|
choco install -y sysinternals
|
||||||
choco install docker-for-windows
|
choco install -y docker-for-windows
|
||||||
choco install python
|
choco install -y python
|
||||||
choco install pip
|
choco install -y pip
|
||||||
choco install easy.install
|
choco install -y easy.install
|
||||||
|
|
||||||
Enable-UAC
|
Enable-UAC
|
||||||
Enable-MicrosoftUpdate
|
Enable-MicrosoftUpdate
|
||||||
|
|||||||
Reference in New Issue
Block a user