From d4ca2c886f39223b2985fded17eebf252c92efb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Wed, 30 Oct 2024 12:48:27 +0800 Subject: [PATCH] Update install_dependencies.sh --- install_dependencies.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_dependencies.sh b/install_dependencies.sh index 6781402..26a311f 100644 --- a/install_dependencies.sh +++ b/install_dependencies.sh @@ -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() { @@ -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 } # 基于架构执行不同的操作