diff --git a/scripts/_common.sh b/scripts/_common.sh index 61b4322..e96c92e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,8 +6,6 @@ NODEJS_VERSION="18.13.0" -COMMIT="663999556f8dd416f242d65fc7d714d92dbfb987" - # dependencies used by the app pkg_dependencies="ffmpeg postgresql build-essential" @@ -15,6 +13,8 @@ pkg_dependencies="ffmpeg postgresql build-essential" # PERSONAL HELPERS #================================================= +COMMIT="663999556f8dd416f242d65fc7d714d92dbfb987" + #================================================= # EXPERIMENTAL HELPERS #=================================================