Skip to content

Commit

Permalink
use latest ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Jun 19, 2020
1 parent d4bb6a7 commit d8b325d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage3_homebridge/05-ffmpeg/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ uname -a
set -e
set -x
wget "https://github.com/homebridge/ffmpeg-for-homebridge/releases/download/v0.0.1/ffmpeg-raspbian-armv6l.tar.gz"
wget "https://github.com/homebridge/ffmpeg-for-homebridge/releases/latest/download/ffmpeg-raspbian-armv6l.tar.gz"
tar xzf "ffmpeg-raspbian-armv6l.tar.gz" -C / --no-same-owner
rm -rf ffmpeg-raspbian-armv6l.tar.gz
Expand Down

0 comments on commit d8b325d

Please sign in to comment.