bash : add bootstrap for ffmpeg.
This commit is contained in:
parent
d82063378a
commit
4a070f0de2
|
@ -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
|
||||
}
|
||||
|
|
Reference in a new issue