Add cisco h264
This commit is contained in:
parent
393d07aeec
commit
f4198fefc7
1 changed files with 6 additions and 2 deletions
|
@ -1,11 +1,15 @@
|
|||
#!/usr/bin/env bash
|
||||
echo 'Starting installation'
|
||||
|
||||
echo 'Installing RPMFusion...'
|
||||
echo 'Installing Depending Repositories...'
|
||||
echo 'Installing RPMFusion'
|
||||
sudo dnf install -y \
|
||||
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
|
||||
|
||||
echo 'Enabling Cisco openh264'
|
||||
# sudo dnf config-manager --set-enabled fedora-cisco-openh264
|
||||
|
||||
echo 'Installing base packages...'
|
||||
sudo dnf install -y \
|
||||
git which util-linux-user vim-enhanced
|
||||
|
|
Loading…
Reference in a new issue