Skip to content

Instantly share code, notes, and snippets.

@marshyski
Created March 17, 2015 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshyski/484e81cd865ad0b2ee18 to your computer and use it in GitHub Desktop.
Save marshyski/484e81cd865ad0b2ee18 to your computer and use it in GitHub Desktop.
Chocolately Cheat Sheet
# List repo sources
choco sources list
# Setup local server
choco sources add -name local -source http://fqdn
choco sources disable chocolately
# Install package
choco install 7zip
choco install 7zip -source http://fqdn
# Remove package
choco remove 7zip
# Show details of package
choco list 7zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment