Add install packages

This commit is contained in:
Przemek Grondek 2023-05-01 01:53:01 +02:00
parent 0c30f1683a
commit 26f72cc8ba
2 changed files with 20 additions and 0 deletions

View File

@ -15,3 +15,4 @@ features:
- features\personalization\explorer.yml
- features\personalization\taskbar.yml
- features\personalization\context-menu.yml
- features\personalization\packages.yml

View File

@ -0,0 +1,19 @@
---
title: Packages
description: Install packages
privilege: TrustedInstaller
actions:
- !writeStatus: { status: 'Installing Chocolatey' }
- !powerShell:
command: 'Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString(''https://community.chocolatey.org/install.ps1''))'
weight: 30
- !writeStatus: { status: 'Installing Firefox' }
- !cmd:
command: '"%ProgramData%\chocolatey\bin\choco.exe" install -y --force --allow-empty-checksums firefox'
weight: 150
- !writeStatus: { status: 'Installing steam' }
- !cmd:
command: '"%ProgramData%\chocolatey\bin\choco.exe" install -y --force --allow-empty-checksums steam'
weight: 150