Skip to content

Commit

Permalink
Merge pull request OpenVoiceOS#78 from suvanbanerjee/main
Browse files Browse the repository at this point in the history
added missing "
  • Loading branch information
goldyfruit authored May 2, 2024
2 parents f35ebd1 + f6881a8 commit f122f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Few scenarios are available as example in the [scenarios](https://github.com/Ope
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
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"
```


Expand Down

0 comments on commit f122f11

Please sign in to comment.