Merge pull request #325 from silversword411/patch-4

Add Chocolatey Update script to community scripts
This commit is contained in:
Dan 2021-03-15 10:35:40 -07:00 committed by GitHub
commit 6799fac120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 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"
}
]
]

View File

@ -0,0 +1 @@
cup -y all