Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Dec 3, 2024
1 parent 4ed6793 commit 9b3d641
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/archivematica/EL9/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,16 @@ sudo -u root sed -i -e 's/listen 8001/listen 8000/g' /etc/nginx/conf.d/archivema
sudo -u root sed -i -e 's/listen 81/listen 80/g' /etc/nginx/conf.d/archivematica-dashboard.conf
sudo -u root systemctl reload nginx

#
# Install ffmpeg updates from RPM Fusion
#

sudo -u root yum install -y wget
sudo -u root wget -O /tmp/ffmpeg-5.1.6-2.el9.x86_64.rpm https://download1.rpmfusion.org/free/el/updates/9/x86_64/f/ffmpeg-5.1.6-2.el9.x86_64.rpm
sudo -u root wget -O /tmp/ffmpeg-libs-5.1.6-2.el9.x86_64.rpm https://download1.rpmfusion.org/free/el/updates/9/x86_64/f/ffmpeg-libs-5.1.6-2.el9.x86_64.rpm
sudo -u root wget -O /tmp/libavdevice-5.1.6-2.el9.x86_64.rpm https://download1.rpmfusion.org/free/el/updates/9/x86_64/l/libavdevice-5.1.6-2.el9.x86_64.rpm
sudo -u root yum localinstall /tmp/ffmpeg-5.1.6-2.el9.x86_64.rpm /tmp/ffmpeg-libs-5.1.6-2.el9.x86_64.rpm /tmp/libavdevice-5.1.6-2.el9.x86_64.rpm

#
# MCPClient
#
Expand Down

0 comments on commit 9b3d641

Please sign in to comment.