mirror of
https://github.com/amidevous/xui.one
synced 2026-07-15 17:20:03 +02:00
Update install.sh
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ elif [ -f /etc/os-release ]; then
|
|||||||
VER=$(uname -r)
|
VER=$(uname -r)
|
||||||
fi
|
fi
|
||||||
ARCH=$(uname -m)
|
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 python python-dev unzip
|
||||||
apt-get -y install python2 python2-dev unzip
|
apt-get -y install python2 python2-dev unzip
|
||||||
apt-get -y install python2.8 python2.8-dev unzip
|
apt-get -y install python2.8 python2.8-dev unzip
|
||||||
|
|||||||
Reference in New Issue
Block a user