Преглед на файлове

update install

last Raspbian Jessie does not handle https package without this package
Nicolas Marcq преди 8 години
родител
ревизия
86da42d424
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      install/install_kalliope.sh

+ 1 - 1
install/install_kalliope.sh

@@ -5,7 +5,7 @@ sudo apt-get install -y python-pip libssl-dev
 
 # this is used to help the RPI
 sudo apt-get install -y libportaudio0 libportaudio2 libportaudiocpp0 portaudio19-dev
-sudo apt-get install -y libffi-dev python-yaml python-pycparser python-paramiko python-markupsafe
+sudo apt-get install -y libffi-dev python-yaml python-pycparser python-paramiko python-markupsafe apt-transport-https
 
 # install ansible
 sudo pip install ansible==2.1.1.0