diff --git a/scripts/_common.sh b/scripts/_common.sh index 6e1a5e5..ef8f08a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -14,6 +14,10 @@ FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.6.2.tar.gz" PKGDIR=$(cd ../; pwd) FINAL_PATH="/var/www/freshrss" + +#apt dependencies +DEPS_PKG_NAME="freshrss-deps" + # # Common helpers #