Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Aug 26, 2023
2 parents a38e432 + 6cac8fc commit ea1d051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/debian/DEBIAN/preinst
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ install_ffmpeg() {
fi

$WGET
tar xvf ffmpeg-git-amd64-static.tar.xz --strip-components=1
tar xvf ffmpeg-git-amd64-static.tar.xz --strip-components=1 --no-same-owner
rm ffmpeg-git-amd64-static.tar.xz

# Temp downloading tone library to the ffmpeg dir
echo "Getting tone.."
$WGET_TONE
tar xvf tone-0.1.5-linux-x64.tar.gz --strip-components=1
tar xvf tone-0.1.5-linux-x64.tar.gz --strip-components=1 --no-same-owner
rm tone-0.1.5-linux-x64.tar.gz

echo "Good to go on Ffmpeg (& tone)... hopefully"
Expand Down

0 comments on commit ea1d051

Please sign in to comment.