Преглед изворни кода

update install, do not ask for validation anymore

Nicolas Marcq пре 8 година
родитељ
комит
d12a20ff39
1 измењених фајлова са 1 додато и 1 уклоњено
  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 python-pip
+sudo apt-get install -y python-pip
 
 # install ansible
 sudo pip install ansible==2.1.1.0