1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/timeoff_ynh.git synced 2024-09-03 20:35:59 +02:00
timeoff_ynh/scripts/_common.sh
Éric Gaspar 3e9c03bd6d v2
2023-12-09 22:20:32 +01:00

23 lines
617 B
Bash
Executable file

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# nodejs version
nodejs_version=13
# dependencies used by the app
#REMOVEME? pkg_dependencies="sqlite3"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================