Skip to content

Commit

Permalink
Added -y flag to yum
Browse files Browse the repository at this point in the history
  • Loading branch information
Codom committed Aug 14, 2019
1 parent 3fdaca4 commit 5d97e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ebextensions/deploy.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d97e23

Please sign in to comment.