update setup script to download models for projects
Change-Id: I8218107ec3413be023cbe9986ba3a8e3b3f064a0
diff --git a/scripts/setup_image.sh b/scripts/setup_image.sh
index 4af207a..a4b99e2 100644
--- a/scripts/setup_image.sh
+++ b/scripts/setup_image.sh
@@ -92,7 +92,8 @@
cd /home/pi/
git clone https://github.com/scottamain/aiy-maker-kit
python3 -m pip install ./aiy-maker-kit
-bash aiy-maker-kit/examples/install_requirements.sh
+bash aiy-maker-kit/examples/download_models.sh
+bash aiy-maker-kit/projects/download_models.sh
chown -R pi:pi aiy-maker-kit
# Change the wallpaper
@@ -107,5 +108,3 @@
ln -s /opt/aiy/ipaddress.service /lib/systemd/system
systemctl enable systemd-networkd-wait-online.service
systemctl enable /opt/aiy/ipaddress.service
-
-
diff --git a/setup.sh b/setup.sh
index 22b94cb..835ba90 100644
--- a/setup.sh
+++ b/setup.sh
@@ -70,7 +70,8 @@
git clone https://github.com/scottamain/aiy-maker-kit
python3 -m pip install ./aiy-maker-kit
-bash aiy-maker-kit/examples/install_requirements.sh
+bash aiy-maker-kit/examples/download_models.sh
+bash aiy-maker-kit/projects/download_models.sh
echo
echo "Coral software setup is complete."