From 2dfee286202ebf5b7f8222a63d291d34e573f20d Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Tue, 20 Jul 2021 14:02:19 -0400 Subject: [PATCH] updated ps1, added packages --- chocolatey.config | 4 ++++ chocolatey.ps1 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/chocolatey.config b/chocolatey.config index a0b6518..1dece38 100644 --- a/chocolatey.config +++ b/chocolatey.config @@ -12,4 +12,8 @@ + + + + \ No newline at end of file diff --git a/chocolatey.ps1 b/chocolatey.ps1 index 59a143f..3d1171c 100644 --- a/chocolatey.ps1 +++ b/chocolatey.ps1 @@ -6,7 +6,7 @@ if (-Not (Get-Command "choco.exe" -ErrorAction SilentlyContinue)) { } # Install the apps from the config file -choco install C:\Users\jgaunt\Git\homelab-scripts\chocolatey.config -y +#choco install C:\Users\jgaunt\Git\homelab-scripts\chocolatey.config -y # Upgrade all installed apps choco upgrade all -y \ No newline at end of file