1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-06 14:52:50 +08:00

fix: 升级yt-dlp到2024.07.01

This commit is contained in:
涵曦
2024-07-02 03:11:17 +00:00
parent 5a8e5dfa82
commit 9a3e513b6c
4 changed files with 18 additions and 18 deletions

View File

@@ -30,7 +30,8 @@ case "$arch" in
x86_64)
echo "64位 x86 架构"
pkg=ffmpeg-master-latest-linux64-gpl
install_from_build "$pkg"
#install_from_build "$pkg"
install_from_apt
;;
arm64 | aarch64)
echo "64位 ARM 架构"