diff --git a/.ebextensions/deploy.config b/.ebextensions/deploy.config index 33b5435c2..4e0e1d70f 100644 --- a/.ebextensions/deploy.config +++ b/.ebextensions/deploy.config @@ -27,7 +27,7 @@ files: wget https://downloadarchive.documentfoundation.org/libreoffice/old/5.4.5.1/rpm/x86_64/LibreOffice_5.4.5.1_Linux_x86-64_rpm.tar.gz tar -xvzf LibreOffice_5.4.5.1_Linux_x86-64_rpm.tar.gz cd LibreOffice_5.4.5.1_Linux_x86-64_rpm/RPMS/ - yes | yum install *.rpm + yum -y install *.rpm cd / rm -r /tmp/LibreOffice_5.4.5_Linux_x86-64_rpm.tar.gz /tmp/LibreOffice_5.4.5.1_Linux_x86-64_rpm ln -s /usr/bin/libreoffice5.4 /usr/bin/libreoffice