diff --git a/install.sh b/install.sh index 0a2692f..44d8ce5 100644 --- a/install.sh +++ b/install.sh @@ -34,7 +34,7 @@ elif [ -f /etc/os-release ]; then VER=$(uname -r) fi ARCH=$(uname -m) -if [ -f "/usr/bin/dpkg-buildflags" ]; then +if [ -f "/usr/bin/apt-get" ]; then apt-get -y install python python-dev unzip apt-get -y install python2 python2-dev unzip apt-get -y install python2.8 python2.8-dev unzip