updated ps1, added packages
This commit is contained in:
@@ -12,4 +12,8 @@
|
||||
<package id="curl" />
|
||||
<package id="wget" />
|
||||
<package id="etcher" />
|
||||
<package id="putty.install" />
|
||||
<package id="crystaldiskinfo.install" />
|
||||
<package id="openssl" />
|
||||
<package id="malwarebytes" />
|
||||
</packages>
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user