diff --git a/scripts/_common.sh b/scripts/_common.sh index fb58390..b025392 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ NODEJS_VERSION="12" # dependencies used by the app -pkg_dependencies="build-essential ffmpeg postgresql postgresql-contrib" +pkg_dependencies="ffmpeg postgresql" #================================================= # PERSONAL HELPERS @@ -17,10 +17,6 @@ pkg_dependencies="build-essential ffmpeg postgresql postgresql-contrib" # EXPERIMENTAL HELPERS #================================================= -#================================================= -# FUTURE OFFICIAL HELPERS -#================================================= - #================================================= # REDIS HELPERS #=================================================