From 09b6964c0ee364fe72da204e4c0887d12f3c2191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=B2=BE=E5=8D=8E?= <842761733@qq.com> Date: Fri, 29 Nov 2019 14:39:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=9A=E6=9C=AC=EF=BC=9A=E4=BD=BF=E7=94=A8kk?= =?UTF-8?q?FileView=E7=AB=99=E7=82=B9=E4=B8=8B=E8=BD=BDOpenOffice=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E6=96=87=E4=BB=B6=EF=BC=8C=E5=8A=A0=E9=80=9F=E5=9B=BD?= =?UTF-8?q?=E5=86=85=E7=94=A8=E6=88=B7=E6=9E=84=E5=BB=BADocker=E9=95=9C?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jodconverter-web/src/main/bin/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jodconverter-web/src/main/bin/install.sh b/jodconverter-web/src/main/bin/install.sh index 52882877..75dc232f 100644 --- a/jodconverter-web/src/main/bin/install.sh +++ b/jodconverter-web/src/main/bin/install.sh @@ -2,7 +2,7 @@ cd /tmp install_redhat() { - wget https://iweb.dl.sourceforge.net/project/openofficeorg.mirror/4.1.6/binaries/zh-CN/Apache_OpenOffice_4.1.6_Linux_x86-64_install-rpm_zh-CN.tar.gz -cO openoffice_rpm.tar.gz && tar zxf /tmp/openoffice_rpm.tar.gz && cd /tmp/zh-CN/RPMS + wget https://kkfileview.keking.cn/Apache_OpenOffice_4.1.6_Linux_x86-64_install-rpm_zh-CN.tar.gz -cO openoffice_rpm.tar.gz && tar zxf /tmp/openoffice_rpm.tar.gz && cd /tmp/zh-CN/RPMS if [ $? -eq 0 ];then yum install -y libXext.x86_64 yum groupinstall -y "X Window System" @@ -16,7 +16,7 @@ install_redhat() { } install_ubuntu() { - wget https://iweb.dl.sourceforge.net/project/openofficeorg.mirror/4.1.6/binaries/zh-CN/Apache_OpenOffice_4.1.6_Linux_x86-64_install-deb_zh-CN.tar.gz -cO openoffice_deb.tar.gz && tar zxf /tmp/openoffice_deb.tar.gz && cd /tmp/zh-CN/DEBS + wget https://kkfileview.keking.cn/Apache_OpenOffice_4.1.6_Linux_x86-64_install-deb_zh-CN.tar.gz -cO openoffice_deb.tar.gz && tar zxf /tmp/openoffice_deb.tar.gz && cd /tmp/zh-CN/DEBS echo $? if [ $? -eq 0 ];then dpkg -i *.deb