mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2024-11-22 14:01:36 +01:00
27 lines
661 B
Bash
27 lines
661 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# 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
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|