Skip to content

Commit

Permalink
Merge pull request #70 from suvanbanerjee/uninstall
Browse files Browse the repository at this point in the history
added uninstall in README
  • Loading branch information
goldyfruit committed Apr 18, 2024
2 parents 6def130 + 3850467 commit e459f5a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ EOF

Few scenarios are available as example in the [scenarios](https://github.com/OpenVoiceOS/ovos-installer/tree/main/scenarios) directory of this repository.

## Uninstall

To uninstall Open Voice OS run the installer with the `--uninstall` option (non-interactive) or simply run the installer and answer `Yes` to the `Do you want to uninstall Open Voice OS?` question.

```shell
sh -c "curl -s https://raw.githubusercontent.com/OpenVoiceOS/ovos-installer/main/installer.sh -o installer.sh && chmod +x installer.sh && sudo ./installer.sh --uninstall && rm installer.sh
```
## Screenshots
![Screenshot 1](docs/images/screenshot_1.png)
Expand Down

0 comments on commit e459f5a

Please sign in to comment.