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