diff --git a/docs/index.md b/docs/index.md index 46afd1d..c4c05f0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,32 +9,10 @@ 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" +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" ``` -Then follow the instructions display on screen. - -### Automated install - -The installer supports a non-interactive *(automated)* process of installation by using a scenario file, this file must be created under the `~/.config/ovos-installer/` directory and should be named `scenario.yaml`. - -Here is an example of a scenario to install Open Voice OS within Docker containers on a Raspberry Pi 4B with default skills and GUI support. - -```shell -mkdir -p ~/.config/ovos-installer -cat < ~/.config/ovos-installer/scenario.yaml ---- -uninstall: false -method: containers -channel: development -profile: ovos -features: - skills: true - gui: true -rapsberry_pi_tuning: true -share_telemetry: true -EOF -``` +Then follow the instructions displayed on screen then you will be all set :thumbsup: ! ## Getting started @@ -42,12 +20,12 @@ Want to give Open Voice OS a try? Open Voice OS is an open source software that
-- :material-docker:{ .xl .middle } __Docker__ +- :material-docker:{ .xl .middle } **Docker** - `arm64` :material-check-circle-outline:{ style="color: green" } `x86_64` :material-check-circle-outline:{ style="color: green" } + `arm64` :material-check-circle-outline:{ style="color: green" } `x86_64` :material-check-circle-outline:{ style="color: green" } - Use container engine such as [Docker](https://www.docker.com/) or [Podman](https://podman.io/) and their `composer` to run a ^^complete^^, ^^secure^^, ^^isolated^^ and ^^"easy to update"^^ instance of Open Voice OS! + Use container engine such as [Docker](https://www.docker.com/) or [Podman](https://podman.io/) and their `composer` to run a ^^complete^^, ^^secure^^, ^^isolated^^ and ^^"easy to update"^^ instance of Open Voice OS! - [:octicons-arrow-right-24: Getting started with Docker](./getting-started/docker/index.md) + [:octicons-arrow-right-24: Getting started with Docker](./getting-started/docker/index.md)
diff --git a/docs/quickstart.md b/docs/quickstart.md index 114c707..697a898 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -5,29 +5,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" +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" ``` -Then follow the instructions display on screen. - -## Automated install - -The installer supports a non-interactive *(automated)* process of installation by using a scenario file, this file must be created under the `~/.config/ovos-installer/` directory and should be named `scenario.yaml`. - -Here is an example of a scenario to install Open Voice OS within Docker containers on a Raspberry Pi 4B with default skills and GUI support. - -```shell -mkdir -p ~/.config/ovos-installer -cat < ~/.config/ovos-installer/scenario.yaml ---- -uninstall: false -method: containers -channel: development -profile: ovos -features: - skills: true - gui: true -rapsberry_pi_tuning: true -share_telemetry: true -EOF -``` \ No newline at end of file +Then follow the instructions displayed on screen then you will be all set :thumbsup: !