Update install.sh
This commit is contained in:
parent
f404caa763
commit
2e6b7bf5cd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue