mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2025-12-21 14:42:06 +01:00
first commit
This commit is contained in:
26
scripts/_common.sh
Normal file
26
scripts/_common.sh
Normal file
@@ -0,0 +1,26 @@
|
||||
#!/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
|
||||
#=================================================
|
||||
Reference in New Issue
Block a user