Skip to content

Commit

Permalink
Add missing steps for AlexaControl LBS 19000809
Browse files Browse the repository at this point in the history
  • Loading branch information
starwarsfan committed Apr 5, 2021
1 parent f029be0 commit 4ce470f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setupEdomi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ yum install -y \
ntp \
oathtool \
openssh-server \
openssl \
tar \
unzip \
vsftpd \
Expand Down Expand Up @@ -120,6 +121,11 @@ chmod +x /usr/lib64/mysql/plugin/lib_mysqludf_*

echo 'extension=mosquitto.so' > /etc/php.d/50-mosquitto.ini

# Alexa Control 19000809
cd /etc/ssl/certs
wget https://curl.haxx.se/ca/cacert.pem -O /etc/ssl/certs/cacert-Mozilla.pem
echo "curl.cainfo=/etc/ssl/certs/cacert-Mozilla.pem" >> /etc/php.d/curl.ini

# Edomi
systemctl enable ntpd
systemctl enable vsftpd
Expand Down

0 comments on commit 4ce470f

Please sign in to comment.