Install stops after Checking for libcurl4
Posted: Thursday 18 July 2019 17:44
Hi,
I'm using OSMC in my Raspberry Pi 3 Model B. Below you can find the version used:
When installing Domoticz with the following command it stops in the check for libcurl4, please see below the printout. Do you know what could be wrong with this?
sudo curl -L https://install.domoticz.com | bash
Thanks
tejano96
I'm using OSMC in my Raspberry Pi 3 Model B. Below you can find the version used:
Code: Select all
AME="OSMC"
VERSION="June 2019"
VERSION_ID="2019.06-1"
ID=osmc
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="https://www.osmc.tv"
SUPPORT_URL="https://www.osmc.tv"
BUG_REPORT_URL="https://www.osmc.tv"
sudo curl -L https://install.domoticz.com | bash
Code: Select all
$ sudo curl -L https://install.domoticz.com | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 16565 100 16565 0 0 51421 0 --:--:-- --:--:-- --:--:-- 51444
:::
::: Script called with non-root privileges. The Domoticz installs server packages and configures
::: system networking, it requires elevated rights. Please check the contents of the script for
::: any concerns with this requirement. Please be sure to download this script from a trusted source.
:::
::: Detecting the presence of the sudo utility for continuation of this install...
::: Utility sudo located.
:::
::: You are root.
bash: line 100: test: 2019.06-1: integer expression expected
::: Verifying free disk space...
:::
::: Checking apt-get for upgraded packages.... done!
:::
::: Your system is up to date! Continuing with Domoticz installation...
::: Checking for apt-utils... installed!
::: Checking for whiptail... installed!
::: Checking for git... installed!
::: Checking for curl... installed!
::: Checking for unzip... installed!
::: Checking for wget... installed!
::: Checking for sudo... installed!
::: Checking for cron... installed!
::: Checking for libudev-dev... installed!
::: Checking for libcurl4..
tejano96