pull/463/head
midoks 2 years ago
parent 59e616919f
commit fc904c9a5d
  1. 2
      scripts/install/debian.sh
  2. 4
      scripts/install/ubuntu.sh

@ -184,6 +184,8 @@ apt install -y libevent-dev libncurses5-dev libldap2-dev
apt install -y libzip-dev
apt install -y libicu-dev
apt install -y xsltproc
apt install -y libcurl4-openssl-dev
apt install -y curl libcurl4-gnutls-dev

@ -21,6 +21,7 @@ apt install -y expect
apt install -y cron
apt install -y locate
locale-gen en_US.UTF-8
localedef -v -c -i en_US -f UTF-8 en_US.UTF-8
@ -112,6 +113,9 @@ apt install -y libevent-dev libncurses5-dev libldap2-dev
apt install -y libzip-dev
apt install -y libicu-dev
# mqtt
apt install -y xsltproc
apt install -y build-essential
apt install -y libcurl4-openssl-dev

Loading…
Cancel
Save