diff --git a/install-dependencies.sh b/install-dependencies.sh index 86942eb..63668b9 100644 --- a/install-dependencies.sh +++ b/install-dependencies.sh @@ -1,6 +1,9 @@ #!/bin/sh set -e +echo "Gopath: $GOPATH" +ls -lR $GOPATH + # check to see if ffmpeg is installed if [ ! -f "$HOME/bin/ffmpeg" ]; then echo 'Installing ffmpeg'