NEWS
Iobrocker installation Raspberry
-
Hello,
I wanted to install iobroker on my Raspberry debian 11.
In the installation guidelines there is always mentioned a syntax starting with curl.
Unfortunately nothing happens while executing this. It means after 2 sec the input line is appearing again.Does anyone has a hint for me what the problem could be?
Is there a different why to install iobroker?Thanks in advance.
Regards
Christian -
@trivianni sagte in Iobrocker installation Raspberry:
Is there a different why to install iobroker?
no!
just the one line
curl -sLf https://iobroker.net/install.sh | bash -
this will install nodejs and iobroker completely.
@trivianni sagte in Iobrocker installation Raspberry:
on my Raspberry debian 11.
really debian? or raspberrypi OS?
-
-
@thomas-braun
Hi this is the syntax I have tried but nothing is happening during execution.
No error, no warning nothing.Regards
Christian -
@homoran
Hi yesterday I did the upgrade von buster to bullseye. -
@trivianni sagte in Iobrocker installation Raspberry:
the upgrade von buster to bullseye.
on what base?
@homoran sagte in Iobrocker installation Raspberry:
really debian? or raspberrypi OS?
-
@homoran
I don't know from my mind but is this important for this issue?
I thought it is a more general problem instead of related to any specific base. -
@trivianni sagte in Iobrocker installation Raspberry:
but is this important for this issue?
maybe! in basic debian installation there is no curl.
on the other hand Raspberry pi OS is an optimized debian for Raspberrys
-
@homoran
Hi,
it seems as if curl is installed:pi@raspberrypi:~ $ curl -V
curl 7.74.0 (arm-unknown-linux-gnueabihf) libcurl/7.74.0 OpenSSL/1.1.1n zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3
Release-Date: 2020-12-09
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSocketsAre there any other tests I can do?
-
curl -vL https://iobroker.net/install.sh | bash -