mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
declare DEPS_PKG_NAME
This commit is contained in:
parent
71391ecd84
commit
82daae28fc
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue