1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nocodb_ynh.git synced 2024-09-03 19:56:01 +02:00
nocodb_ynh/scripts/_common.sh

21 lines
561 B
Bash
Raw Normal View History

2021-05-28 08:44:53 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2022-06-21 03:15:06 +02:00
# dependencies used by the app
2021-05-28 08:44:53 +02:00
nodejs_version=16
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================