Last active
April 20, 2017 02:39
-
-
Save ar-to/82fcaac189fff0cfb836a6922e542e9e to your computer and use it in GitHub Desktop.
Chocolatey xml file to install multiple packages at once
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<packages> | |
<package id="git.install " /> | |
<package id="filezilla" /> | |
<package id="dropbox" /> | |
<package id="Brackets" /> | |
<package id="notepadplusplus.install " /> | |
<package id="chocolatey-core.extension" /> | |
<package id="Firefox" /> | |
<package id="git.install" /> | |
<package id="GoogleChrome" /> | |
<package id="greenshot" /> | |
<package id="visualstudiocode" /> | |
<package id="nodejs.install" /> | |
<package id="heroku-cli" /> | |
<package id="atom" /> | |
</packages> | |
</xml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment