From b2e694c2af11c863402cac3b3aaa5f9a96372320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darko=20Luki=C4=87?= Date: Mon, 21 May 2018 22:09:31 +0200 Subject: [PATCH] --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 64f43cd..ad105cb 100644 --- a/install.sh +++ b/install.sh @@ -9,7 +9,7 @@ sudo resize2fs /dev/mmcblk0p2 echo "--- Update OS ---" sudo apt -y update sudo apt -y upgrade -sudo apt -y install git python-setuptools +sudo apt -y install git python-setuptools python-pip #sudo apt -y install python3-pip git echo "--- Install CosmicPi software ---"