From 187813924a454d4fde6735869d33a7520ee9605d Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Sat, 6 Jan 2024 21:26:52 -0500 Subject: [PATCH] installs codecs after vlc --- apps.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps.sh b/apps.sh index ef7153e..fbe7e9f 100644 --- a/apps.sh +++ b/apps.sh @@ -6,15 +6,9 @@ sudo dnf install gnome-shell-extension-pop-shell xprop -y flatpak install yubico -y #Codecs -sudo dnf install ffmpeg --allowerasing -y sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm -y sudo dnf install gstreamer1-libav -y - -#VLC -sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm -y -sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -y -sudo dnf install vlc -y -sudo dnf install python-vlc -y +sudo dnf install ffmpeg --allowerasing -y #DJV sudo rpm -i https://sourceforge.net/projects/djv/files/djv-beta/2.0.8/DJV2-2.0.8-1.x86_64.rpm -y @@ -27,3 +21,9 @@ wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm sudo dnf install ./google-chrome-stable_current_x86_64.rpm -y rm google-chrome-stable_current_x86_64.rpm + +#Video +sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm -y +sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -y +sudo dnf install vlc -y +sudo dnf install python-vlc -y