代码拉取完成,页面将自动刷新
#!/bin/bash
. /usr/bin/mycommand/mycolor
PKGS=(
"https://johnvansickle.com/ffmpeg/release-source/ffmpeg-4.1.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/fontconfig-2.11.0.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/freetype-2.6.1.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/frei0r-plugins-1.4.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/lame-3.99.5.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/libass-git.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/libsoxr-git.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/libvidstab-git.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/libvorbis-1.3.4.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/libvpx-git.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/libwebp-0.4.4.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/libx264-git.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/libx265-git.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/opencore-amr-0.1.3.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/opus-1.1.1.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/speex-1.2rc2.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/vo-aacenc-0.1.3.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/vo-amrwbenc-0.1.3.tar.xz"
)
LEN=${#PKGS[@]}
idx=0
for var in ${PKGS[@]}
do
idx=`expr $idx + 1`
logwarn "[$idx@$LEN]下载包:${var##*/}"
rm -rf ${var##*/}*
wget $var
done
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。