1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grist_ynh.git synced 2024-09-03 20:36:18 +02:00
grist_ynh/scripts/_common.sh

21 lines
576 B
Bash
Raw Normal View History

2023-10-08 12:42:59 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2023-11-12 21:30:28 +01:00
nodejs_version=18
main_domain=$(cat /etc/yunohost/current_host)
2023-11-12 21:30:28 +01:00
2023-10-08 12:42:59 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================