Skip to content

Instantly share code, notes, and snippets.

@linben
Created February 27, 2017 09:55
Show Gist options
  • Save linben/d6c911c6fdedcf57e4defa1f6a1008c0 to your computer and use it in GitHub Desktop.
Save linben/d6c911c6fdedcf57e4defa1f6a1008c0 to your computer and use it in GitHub Desktop.
#!/usr/bin/bash
/opt/mesosphere/bin/pkgpanda uninstall && \
rm -rf /opt/mesosphere /var/lib/mesos /var/lib/dcos /var/lib/zookeeper /var/log/mesos /etc/mesosphere /var/lib/mesosphere && \
rm -rf /etc/profile.d/dcos.sh /etc/systemd/journald.conf.d/dcos.conf /etc/systemd/system/dcos-cfn-signal.service /etc/systemd/system/dcos-download.service /etc/systemd/system/dcos-link-env.service /etc/systemd/system/dcos-setup.service /etc/systemd/system/multi-user.target.wants/dcos-setup.service /etc/systemd/system/multi-user.target.wants/dcos.target
@linben
Copy link
Author

linben commented Feb 27, 2017

686454da-8cdf-b3be-9e4f-837917b5d5fa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment