Browse Source

update install

last Raspbian Jessie does not handle https package without this package
Nicolas Marcq 8 years ago
parent
commit
86da42d424
1 changed files with 1 additions and 1 deletions
  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