X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=blobdiff_plain;f=ffmpeg%2Finstall.sh;fp=ffmpeg%2Finstall.sh;h=9eddc541992c0d2ed4a13494e10d55ccb74d99a8;hp=eaf4e30429f9bb55676414b071c1d64d0d1117d9;hb=ca7a838c6fde6052124947ff442aa9e6056f5e28;hpb=704265583cff80363fec60c4088f5b91f6d98bd0 diff --git a/ffmpeg/install.sh b/ffmpeg/install.sh index eaf4e30..9eddc54 100644 --- a/ffmpeg/install.sh +++ b/ffmpeg/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -{ +function __init_ffmpeg() { set -e set -u @@ -39,3 +39,5 @@ } } + +__init_ffmpeg