Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Latest commit

 

History

History
47 lines (31 loc) · 1.1 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.1 KB

snips-pi-gen

Fork of RichardBronosky/pi-gen-extender. Creates images based on Raspbian Stretch Lite for a minimalistic and Snips based private voice assistant.

What does this do?

The provisioning script serves this purposes:

  1. git clone https://github.com/RPi-Distro/pi-gen.git
  2. Remove stages 3, 4, & 5 to make a Raspbian-lite image
  3. Create a 03-custom-installations sub-stage under stage2
  4. Copies the 03-snips folder into the new subsection
  5. Installs all necessary dependencies of Snips and the Snips platform itselfs

Usage

without Vagrant:

Note:

git clone https://github.com/CrystalMethod/snips-pi-gen.git
cd snips-pi-gen
source provision.sh
provision
sudo ./build.sh

with Vagrant:

Note:

git clone https://github.com/CrystalMethod/snips-pi-gen.git
cd snips-pi-gen
vagrant up
vagrant ssh
cd pi-gen
sudo ./build.sh

References

https://github.com/RichardBronosky/pi-gen-extender
https://github.com/RPi-Distro/pi-gen