1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tooljet_ynh.git synced 2024-10-01 13:34:55 +02:00
tooljet_ynh/scripts/_common.sh

23 lines
604 B
Bash
Raw Normal View History

2022-02-10 01:09:31 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
NODEJS_VERSION="18.18.2"
NPM_VERSION="9.8.1"
2022-02-10 01:09:31 +01:00
2022-03-24 10:38:44 +01:00
main_domain=$(cat /etc/yunohost/current_host)
2022-02-10 01:09:31 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================