Update ubuntu.sh

pull/205/head
midoks 3 years ago
parent 2f0d7d1d07
commit 01cd35305e
  1. 2
      scripts/install/ubuntu.sh

@ -76,6 +76,7 @@ apt install -y patchelf
VERSION_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -F "\"" '{print $2}'`
if [ "${VERSION_ID}" == "22.04" ];then
apt install -y python3-cffi
pip3 install -U --force-reinstall --no-binary :all: gevent
fi
@ -87,6 +88,7 @@ else
fi
if [ "${VERSION_ID}" == "22.04" ];then
apt install -y python3-cffi
pip3 install -U --force-reinstall --no-binary :all: gevent
fi

Loading…
Cancel
Save