Skip to content

Commit

Permalink
Merge pull request #180 from Sensing-Dev/update/delete-upgrade-in-set…
Browse files Browse the repository at this point in the history
…up.sh

Update/delete upgrade in setup.sh
  • Loading branch information
xinyuli1204 authored Jan 9, 2025
2 parents 5cab8f1 + c8bffcd commit 2a75cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer/tools/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
exit 0

0 comments on commit 2a75cc6

Please sign in to comment.