Add rpm fusion and ffmpeg libs
This commit is contained in:
parent
6f8704da47
commit
d389837602
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ sudo dnf -y install docker
|
||||||
sudo dnf -y groupinstall "C Development Tools and Libraries"
|
sudo dnf -y groupinstall "C Development Tools and Libraries"
|
||||||
sudo dnf -y groupinstall "Development Tools"
|
sudo dnf -y groupinstall "Development Tools"
|
||||||
|
|
||||||
|
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
||||||
|
sudo dnf groupupdate core
|
||||||
|
|
||||||
|
sudo dnf install ffmpeg-libs
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
sudo cp -v /etc/dnf/automatic.conf /etc/dnf/automatic.conf.bak
|
sudo cp -v /etc/dnf/automatic.conf /etc/dnf/automatic.conf.bak
|
||||||
|
|
Loading…
Reference in a new issue