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

24 lines
606 B
Bash
Raw Normal View History

2018-04-03 19:00:18 +02:00
#!/bin/bash
#=================================================
2021-08-30 23:12:28 +02:00
# COMMON VARIABLES
2018-04-03 19:00:18 +02:00
#=================================================
2021-08-30 23:12:28 +02:00
# nodejs version
2021-11-29 22:19:50 +01:00
nodejs_version=13
2018-04-03 19:00:18 +02:00
2021-08-31 14:00:57 +02:00
# dependencies used by the app
pkg_dependencies="sqlite3"
2018-04-03 19:00:18 +02:00
#=================================================
2021-08-30 23:12:28 +02:00
# PERSONAL HELPERS
2018-04-03 19:00:18 +02:00
#=================================================
#=================================================
2021-08-30 23:12:28 +02:00
# EXPERIMENTAL HELPERS
2018-04-03 19:00:18 +02:00
#=================================================
#=================================================
2021-08-30 23:12:28 +02:00
# FUTURE OFFICIAL HELPERS
2018-04-03 19:00:18 +02:00
#=================================================