Skip to content

Instantly share code, notes, and snippets.

@ar-to
Last active April 20, 2017 02:39
Show Gist options
  • Save ar-to/82fcaac189fff0cfb836a6922e542e9e to your computer and use it in GitHub Desktop.
Save ar-to/82fcaac189fff0cfb836a6922e542e9e to your computer and use it in GitHub Desktop.
Chocolatey xml file to install multiple packages at once
<?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