From 4a070f0de2dc4ce31cc7bd67cd12de1baffac84f Mon Sep 17 00:00:00 2001 From: home Date: Mon, 23 Oct 2023 18:54:22 +0300 Subject: [PATCH] bash : add bootstrap for ffmpeg. --- document/linux/config/bash/module/bootstrap.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/document/linux/config/bash/module/bootstrap.sh b/document/linux/config/bash/module/bootstrap.sh index 6f0c4e2..8b77104 100644 --- a/document/linux/config/bash/module/bootstrap.sh +++ b/document/linux/config/bash/module/bootstrap.sh @@ -22,3 +22,9 @@ bootstrap_grub() echo 'GRUB_HIDDEN_TIMEOUT=' >> /etc/default/grub grub2-mkconfig -o /etc/grub2.cfg } + +# install ffmpeg. +bootstrap_ffmpeg() +{ + flatpak install org.kde.kdenlive +}