diff --git a/install.sh b/install.sh index 9e3cf08c..0f3adec1 100755 --- a/install.sh +++ b/install.sh @@ -60,7 +60,6 @@ fi if [ -f /etc/debian_version ]; then apt-get update && apt-get upgrade -y apt-get install -y python-pip - pip install --upgrade pip apt-get install apt-transport-https -y apt-get install build-essential -y #needed for building some python modules fi