BrianGilbert / OSXAegirInstaller

This script installs aegir on OSX using Homebrew
30 stars 10 forks source link

Uninstall #5

Closed mrotec closed 10 years ago

mrotec commented 11 years ago

I see there is a commented out section in the script. what is blocking the uninstall?

BrianGilbert commented 11 years ago

The main issue is how to best deal with any installed databases.

I don't think it's really a good idea to uninstall mariaDB as it ma mean deleting other databases that the user has installed.. though I guess I could prompt for that.

I'd be interested in peoples thoughts

BrianGilbert commented 10 years ago

Uninstall support is now added, it removes everything except some PATH additions in ~/.zshrc & ~/.bash_profile