diff --git a/scripts/_common.sh b/scripts/_common.sh index 693250c..29c2658 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="ffmpeg,g++" +pkg_dependencies="g++" GO_VERSION="1.14" GO_PATH="/usr/lib/go-$GO_VERSION/bin"