#! /bin/sh ffurl="https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-linux64-gpl.tar.xz" prefix="$HOME/bin" curl -sL "$ffurl" | tar xJvf - --strip-components 2 --no-anchored -C "$prefix" ffmpeg ffprobe