Update install.sh

This commit is contained in:
amidevous
2023-10-18 20:20:22 +02:00
committed by GitHub
parent 5d837a59f0
commit 7084a61e0d
+1 -1
View File
@@ -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