fforchino / vectorx

This project is to develop new voice commands and features for Vector. It runs on top of Wirepod setups
MIT License
49 stars 17 forks source link

How do you uninstall? #6

Closed ManicQuinn closed 1 year ago

ManicQuinn commented 1 year ago

There doesn't seem to be a way to uninstall, even when I kill the processes, vectorx installs itself directly into wire-pod, and still runs its weather and whatnot, I would prefer the original animations even if the new ones has some new additions. On top of that, I have some issues where vector would freeze in between telling the weather, and ton of other issues, just don't feel like resolving them as I have a heavy week, might come back to it later when I have more free time and less projects to work on

fforchino commented 1 year ago

I will add an uninstall script, basically it just removes all VectorX services and de-injects the VectorX custom intent from Wirepod.

On Tue, Mar 7, 2023 at 11:03 AM Manic137 @.***> wrote:

There doesn't seem to be a way to uninstall, even when I kill the processes, vectorx installs itself directly into wire-pod, and still runs its weather and whatnot, I would prefer the original animations even if the new ones has some new additions. On top of that, I have some issues where vector would freeze in between telling the weather, and ton of other issues, just don't feel like resolving them as I have a heavy week, might come back to it later when I have more free time and less projects to work on

— Reply to this email directly, view it on GitHub https://github.com/fforchino/vectorx/issues/6, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA4AIJDBGCZLGAJ7SYWQBLDW24BXJANCNFSM6AAAAAAVSICGDU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ManicQuinn commented 1 year ago

Thank you

fforchino commented 1 year ago

Added to RELEASE_12

ManicQuinn commented 1 year ago

How do I update vectorx from the old version? Update.sh doesn't download new files, seems to only update chipper and not vectorx

ManicQuinn commented 1 year ago

I have removed the directory and reclone the git, then uninstalled successfully, thank you. You should also have a way to update the files added

fforchino commented 1 year ago

It's a git repository. You update it using git, normally.

git pull

The update.sh does everything though and even if it is meant to be used by the web front end, it should work. It does update all the repos, rebuild and calls the setup.sh in silent mode.But it won't work if you have made some changes to the repository, in this case you have to commit or stash your changes and manually update through git.

Il Ven 10 Mar 2023, 05:27 Manic137 @.***> ha scritto:

I have removed the directory and reclone the git, then uninstalled successfully, thank you. You should also have a way to update the files added

— Reply to this email directly, view it on GitHub https://github.com/fforchino/vectorx/issues/6#issuecomment-1463235617, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA4AIJFX6VMTNPLLPFUDAZDW3KUR3ANCNFSM6AAAAAAVSICGDU . You are receiving this because you modified the open/close state.Message ID: @.***>

ManicQuinn commented 1 year ago

Weird, thanks, I'll pull it next time