Skip to content

Instantly share code, notes, and snippets.

@dadede
dadede / gstreamer.sh
Created July 17, 2016 19:49
Install Gstreamer on Rasperry Pi
#!/bin/bash --debugger
set -e
[ -n "$1" ] && BRANCH=$1
# Create a log file of the build as well as displaying the build on the tty as it runs
exec > >(tee build_gstreamer.log)
exec 2>&1
# Update and Upgrade the Pi, otherwise the build may fail due to inconsistencies