Skip to content

Commit

Permalink
Update the setup line
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Feb 5, 2025
1 parent ac6ca56 commit e071122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A nice, simple and intuitive way to install Open Voice OS and/or HiveMind using
`curl`, `git` and `sudo` packages must be installed before running the installer.

```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 && rm installer.sh"
sudo sh -c "$(curl -fsSL https://raw.githubusercontent.com/OpenVoiceOS/ovos-installer/main/installer.sh)"
```

Then follow the instructions displayed on screen then you will be all set :thumbsup: !
Expand Down

0 comments on commit e071122

Please sign in to comment.