Pizzaface / Alexa-Chromecast-Skill-2.0

Allows Amazon Alexa to control Google Chromecast - Designed for Raspberry Pi
359 stars 65 forks source link

aws-setup.sh crashes on #!/usr/bin/bash -e #21

Closed tdcrenshaw closed 3 years ago

tdcrenshaw commented 6 years ago

On my pi B+ running raspbian, all .sh script immediately crash on the first line with the error

/usr/bin/env: bash -e: No such file or directory

Changing the first line to: #!/usr/bin/env: bash set -e fixes the issue

jinxo13 commented 3 years ago

Changed to #!/bin/bash in latest release. Tested as working on Raspberry PI and Ubuntu.

Recommend closing issue.