Andrew R Gross
Published

How To Install Amazon Alexa On Raspbian STRETCH

Amazon's Alexa for Raspberry Pi is no longer compatible with the latest OS for Raspberry Pi. This simple fix corrects it.

BeginnerProtip1,738
How To Install Amazon Alexa On Raspbian STRETCH

Things used in this project

Software apps and online services

Alexa Voice Service
Amazon Alexa Alexa Voice Service

Story

Read more

Code

Edit this into the file automated_install.sh before running

Java
Find the lines below and substitute in these corrections:

elif [ "$VERSION" == "jessie" ]; then
UBUNTU_VERSION="trusty"

This isn't actually java code, I think it's a BASH script to install java, but that wasn't a listed option.
elif [ "$VERSION" == "stretch" ]; then
    UBUNTU_VERSION="yakkety"

Credits

Andrew R Gross
7 projects • 19 followers
Biomedical engineer by profession, wanna-be roboticist on the weekends

Comments