Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
更新ffmpeg链接
Browse files Browse the repository at this point in the history
  • Loading branch information
liuran001 authored Aug 20, 2023
1 parent 9f71e27 commit 08b1c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/assets/usr/kr-script/BootAnimation/command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FFMPEGMD5="6151938ef180f016d16332d8955c2816"
mkdir -p $FILE
if [[ ! -f $FFMPEG ]]; then
echo "--联网下载ffmpeg,稍等"
curl -o ${FFMPEG} -L "http://52.130.147.67:12082/GJZS/Other/ffmpeg_all"
curl -o ${FFMPEG} -L "https://file.obdo.cc/d/%E5%85%AC%E5%BC%80/gjzs/GJZS/Other/ffmpeg_all"
fi

md5sum $FFMPEG | grep $FFMPEGMD5 > /dev/null
Expand Down

0 comments on commit 08b1c23

Please sign in to comment.