Update install.sh

This commit is contained in:
midoks 2023-09-02 23:15:52 +08:00
parent f404caa763
commit 2e6b7bf5cd
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Install_App()
pVersion=${tmp:0:3}
which pip
if [ $? -eq 0 ];then
if [ "$?" -eq "0" ];then
tmp=$(pip list|grep google-api-python-client|awk '{print $2}')
if [ "$tmp" != '2.39.0' ];then
pip install --upgrade google-api-python-client