Merge pull request #1 from silversword411/patch-5

Adding Chocolatey updates to community scripts
This commit is contained in:
silversword411 2021-03-15 05:10:12 -04:00 committed by GitHub
commit 558e6288ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -215,5 +215,12 @@
"name": "Create User Logon Script",
"description": "Creates a powershell script that runs at logon of any user on the machine in the security context of the user.",
"shell": "powershell"
},
{
"filename": "Chocolatey_Update_Installed.bat",
"submittedBy": "https://github.com/silversword411",
"name": "Chocolatey Update Installed Apps",
"description": "Update all apps that were installed using Chocolatey.",
"shell": "cmd"
}
]
]