-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uninstall script addition #48
Conversation
First pass for a version that looks similar to the install scripts
Add uninstall script info to readme
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good changes, nice and simple but it's best to preserve the folder structure. Suggested change is needed as services folder doesn't need to be deleted but the contents should be uninstalled for users who want to re-install.
Only remove services for now Co-authored-by: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com>
Changes committed, although a full uninstall option would be helpful to consider at some point. |
No longer deletes installed plugins, adjusted echo to match actions.
While I agree, I think at this early in development making sure re-installs will work with no questions asked is a higher priority for the time being. And if users don't like the folder sticking around then they can delete them in desktop mode as needed. Your point is very much taken and a goal should be set to have a full clear script either as an interactive option or just an alternative script. Thanks for your contribution! @WerWolv and @marios8543 this looks good to merge. |
* Create uninstall.sh * Update uninstall.sh First pass for a version that looks similar to the install scripts * Update readme with uninstall info Add uninstall script info to readme * Update dist/uninstall.sh Only remove services for now Co-authored-by: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> * Adjust echo to accurately reflect script actions No longer deletes installed plugins, adjusted echo to match actions. Co-authored-by: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com>
Added uninstall script based on the answer provided to #46.