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

@@ -12,4 +12,8 @@
<package id="curl" /> <package id="curl" />
<package id="wget" /> <package id="wget" />
<package id="etcher" /> <package id="etcher" />
<package id="putty.install" />
<package id="crystaldiskinfo.install" />
<package id="openssl" />
<package id="malwarebytes" />
</packages> </packages>

View File

@@ -6,7 +6,7 @@ if (-Not (Get-Command "choco.exe" -ErrorAction SilentlyContinue)) {
} }
# Install the apps from the config file # 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 # Upgrade all installed apps
choco upgrade all -y choco upgrade all -y