From c8bffcdcd3d6022512dce62826a011f209946809 Mon Sep 17 00:00:00 2001 From: fixstars_xinyu <143661893+xinyuli1204@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:20:04 -0800 Subject: [PATCH] delete upgrade --- installer/tools/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/tools/setup.sh b/installer/tools/setup.sh index a75b60b9..8ec41269 100644 --- a/installer/tools/setup.sh +++ b/installer/tools/setup.sh @@ -193,7 +193,7 @@ if [ $InstallGstPlugins == true ]; then echo "**********" echo "Install gst-plugins" echo "**********" - apt-get -y upgrade && apt-get update && apt-get install -y \ + apt-get update && apt-get install -y \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly fi @@ -343,4 +343,4 @@ version_info_content=$(echo "$version_info_content" | jq --argjson comp "$compVe echo $version_info_content | jq '.' --indent 4 > "$installPath/version_info.json" echo "Successfully Finished." -exit 0 \ No newline at end of file +exit 0