Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trouble installing #20

Open
Veadro opened this issue Oct 5, 2019 · 1 comment
Open

trouble installing #20

Veadro opened this issue Oct 5, 2019 · 1 comment

Comments

@Veadro
Copy link

Veadro commented Oct 5, 2019

I seem to be having trouble with the docker portion of the install script. I'm assuming the short url from the readme (https://git.io/fjPiW) is supposed to link to get-teslacam.sh ? right now its just 404


$ sh ${GET_TESLACAM}
Installing TeslaCam
# Executing docker install script, commit: 6bf300318ebaab958c4adc341a8c7bb9f3a54                                                                            a1a
+ sudo -E sh -c apt-get update -qq >/dev/null
+ sudo -E sh -c apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null
+ sudo -E sh -c curl -fsSL "https://download.docker.com/linux/raspbian/gpg" | apt-key add -qq - >/dev/null
Warning: apt-key output should not be parsed (stdout is not a terminal)
+ sudo -E sh -c echo "deb [arch=armhf] https://download.docker.com/linux/raspbian buster stable" > /etc/apt/sources.list.d/docker.list
+ sudo -E sh -c apt-get update -qq >/dev/null
INFO: Searching repository for VERSION '18.06.*'
INFO: apt-cache madison 'docker-ce' | grep '18.06.*.*-0~raspbian' | head -1 | awk '{$1=$1};1' | cut -d' ' -f 3

ERROR: '18.06.*' not found amongst apt-cache madison results

@wurmr
Copy link
Contributor

wurmr commented Oct 6, 2019

Looks like it still pointing to the now merged and deleted branch. I’ll get a PR shortly, unless you beat me to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants