From 7084a61e0d405954c8ddfdf666d556aec2d9efc5 Mon Sep 17 00:00:00 2001 From: amidevous Date: Wed, 18 Oct 2023 20:20:22 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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