mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-21 11:17:00 +01:00
Merge 3649b8a4542c8852e4329db9ff985125409f07eb into 79eb7525529c405cf4cd05ee28a5aba520e81f53
This commit is contained in:
commit
a2675c1be9
@ -8,8 +8,6 @@ multimedia() {
|
|||||||
if [ -e /etc/yum.repos.d/rpmfusion-free.repo ] && [ -e /etc/yum.repos.d/rpmfusion-nonfree.repo ]; then
|
if [ -e /etc/yum.repos.d/rpmfusion-free.repo ] && [ -e /etc/yum.repos.d/rpmfusion-nonfree.repo ]; then
|
||||||
printf "%b\n" "${YELLOW}Installing Multimedia Codecs...${RC}"
|
printf "%b\n" "${YELLOW}Installing Multimedia Codecs...${RC}"
|
||||||
"$ESCALATION_TOOL" "$PACKAGER" swap ffmpeg-free ffmpeg --allowerasing -y
|
"$ESCALATION_TOOL" "$PACKAGER" swap ffmpeg-free ffmpeg --allowerasing -y
|
||||||
"$ESCALATION_TOOL" "$PACKAGER" update @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin -y
|
|
||||||
"$ESCALATION_TOOL" "$PACKAGER" update @sound-and-video -y
|
|
||||||
printf "%b\n" "${GREEN}Multimedia Codecs Installed...${RC}"
|
printf "%b\n" "${GREEN}Multimedia Codecs Installed...${RC}"
|
||||||
else
|
else
|
||||||
printf "%b\n" "${RED}RPM Fusion repositories not found. Please set up RPM Fusion first!${RC}"
|
printf "%b\n" "${RED}RPM Fusion repositories not found. Please set up RPM Fusion first!${RC}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user