mirror of
https://github.com/haiwen/seafile-server-installer-cn.git
synced 2025-12-26 01:14:55 +00:00
add python-requests when install requirements
This commit is contained in:
parent
88a1efeb15
commit
a36481599c
|
|
@ -162,7 +162,7 @@ firewall-cmd --reload
|
|||
yum install epel-release -y
|
||||
yum upgrade -y
|
||||
yum install python-setuptools python-imaging MySQL-python python-memcached memcached python-urllib3 \
|
||||
pwgen curl openssl python-ldap java-1.7.0-openjdk poppler-utils libreoffice \
|
||||
pwgen curl openssl python-ldap java-1.7.0-openjdk poppler-utils libreoffice python-requests \
|
||||
libreoffice-headless libreoffice-pyuno wqy-microhei-fonts wqy-zenhei-fonts wqy-unibit-fonts -y
|
||||
|
||||
# start memcached on system boot
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ fi
|
|||
apt-get update
|
||||
apt-get install -y sudo python-pip python-setuptools python-imaging python-mysqldb python-ldap python-urllib3 \
|
||||
openjdk-7-jre memcached python-memcache pwgen curl openssl poppler-utils libpython2.7 libreoffice \
|
||||
libreoffice-script-provider-python ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy nginx
|
||||
libreoffice-script-provider-python ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy nginx python-requests
|
||||
|
||||
rm /etc/nginx/sites-enabled/*
|
||||
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ fi
|
|||
apt-get update
|
||||
apt-get install -y python2.7 sudo python-pip python-setuptools python-imaging python-mysqldb python-ldap python-urllib3 \
|
||||
openjdk-8-jre memcached python-memcache pwgen curl openssl poppler-utils libpython2.7 libreoffice \
|
||||
libreoffice-script-provider-python ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy nginx
|
||||
libreoffice-script-provider-python ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy nginx python-requests
|
||||
|
||||
rm /etc/nginx/sites-enabled/*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue