Эх сурвалжийг харах

add lib needed by ansible

and by the cryptography python lib
Nicolas Marcq 8 жил өмнө
parent
commit
f991c7941f

+ 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