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

No passwd entry for user 'curl' #12

Closed
Jafterdark opened this issue May 20, 2018 · 4 comments
Closed

No passwd entry for user 'curl' #12

Jafterdark opened this issue May 20, 2018 · 4 comments

Comments

@Jafterdark
Copy link

sudo su curl -sL https://raw.githubusercontent.com/dale3h/hassio-installer/master/hassio_rpi3bp | bash -s
No passwd entry for user 'curl'

now what i don't now how to fix's this
any help is appreciated

@marduv
Copy link
Contributor

marduv commented May 21, 2018

@Jafterdark You need to split up the commands.
sudo su
curl -sL https://raw.githubusercontent.com/dale3h/hassio-installer/master/hassio_rpi3bp | bash -s

The second argument on suis a username, that's why you get No passwd entry for user 'curl'.
If it is left blank it will login as root user, and that is what you like to do in this case.

Note:
There is currently an known issue with the setup se issue: #9

@Jafterdark
Copy link
Author

now im getting this

root@hassbian:/home/pi# curl -sL https://raw.githubusercontent.com/dale3h/hassio-installer/master/hassio_rpi3bp | bash -s
main: line 40: /etc/hostname: Permission denied
sed: -e expression #1, char 8: unknown option to `s'

@marduv
Copy link
Contributor

marduv commented May 22, 2018

@Jafterdark as i mentioned

Note:
There is currently an known issue with the setup se issue: #9

If you take a look at that issue you will find the solution ;-)

@dale3h
Copy link
Owner

dale3h commented May 31, 2018

Closed via #10

@dale3h dale3h closed this as completed May 31, 2018
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

3 participants