Explorar el Código

add lib needed by ansible

and by the cryptography python lib
Nicolas Marcq hace 8 años
padre
commit
f991c7941f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      install/install_kalliope.sh

+ 1 - 1
install/install_kalliope.sh

@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
 # install packages
-sudo apt-get install -y python-pip
+sudo apt-get install -y python-pip libssl-dev
 
 # install ansible
 sudo pip install ansible==2.1.1.0