mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2025-09-06 12:03:03 +02:00
Remove redis install
This commit is contained in:
@ -4,14 +4,8 @@
|
||||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
# dependencies used by the app
|
||||
#pkg_dependencies="redis-server"
|
||||
|
||||
nodejs_version=15
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="redis-server"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
#=================================================
|
||||
@ -24,8 +18,6 @@ pkg_dependencies="redis-server"
|
||||
# FUTURE OFFICIAL HELPERS
|
||||
#=================================================
|
||||
|
||||
#!/bin/bash
|
||||
|
||||
# get the first available redis database
|
||||
#
|
||||
# usage: ynh_redis_get_free_db
|
||||
|
Reference in New Issue
Block a user