From 3186747ce29f42d98b7ee24e2de9d6f7a29ec6ff Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 1 May 2021 11:47:44 +0800 Subject: [PATCH] Update install_centos.sh --- scripts/install_centos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_centos.sh b/scripts/install_centos.sh index 0a27d9eb9..60ea0727a 100755 --- a/scripts/install_centos.sh +++ b/scripts/install_centos.sh @@ -90,6 +90,7 @@ if [ ! -f '/usr/bin/pip' ];then wget https://bootstrap.pypa.io/pip/2.7/get-pip.py python get-pip.py pip install --upgrade pip + pip install pillow==6.2.2 fi