Skip to content

Instantly share code, notes, and snippets.

@jonasrosland
Created September 24, 2016 01:47
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 jonasrosland/9995e7899ca00b466484e1b774ab7d02 to your computer and use it in GitHub Desktop.
Save jonasrosland/9995e7899ca00b466484e1b774ab7d02 to your computer and use it in GitHub Desktop.
Remove all CKAN mods with a single line
# This will remove all your installed Kerbal Space Program mods, use with caution!
for each in $(ckan list | grep "-" | awk '{print $2}') do; yes | ckan remove $each
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment