updated ps1, added packages

This commit is contained in:
2021-07-20 14:02:19 -04:00
parent 51608207fa
commit 2dfee28620
2 changed files with 5 additions and 1 deletions

View File

@@ -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