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