Skip to content

Commit

Permalink
Update install_dependencies.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi authored Oct 30, 2024
1 parent 48b9e0a commit d4ca2c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ install_from_github() {
mkdir -p ffmpeg/bin
mv $pkg/bin/ffmpeg ffmpeg/bin/
mv $pkg/bin/ffprobe ffmpeg/bin/
rm -rf $pkg $pkg.tar.xz
}

install_from_ffmpeg() {
Expand All @@ -26,6 +27,7 @@ install_from_ffmpeg() {
mkdir -p ffmpeg/bin
mv $pkg/*/ffmpeg ffmpeg/bin/
mv $pkg/*/ffprobe ffmpeg/bin/
rm -rf $pkg $pkg.tar.xz
}

# 基于架构执行不同的操作
Expand Down

0 comments on commit d4ca2c8

Please sign in to comment.