mirror of
https://github.com/YunoHost-Apps/tooljet_ynh.git
synced 2024-10-01 13:34:55 +02:00
ea08582d0e
* Upgrade to v2.28.3 * Auto-update README * Update _common.sh * Update _common.sh --------- Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com>
22 lines
604 B
Bash
22 lines
604 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
NODEJS_VERSION="18.18.2"
|
|
NPM_VERSION="9.8.1"
|
|
|
|
main_domain=$(cat /etc/yunohost/current_host)
|
|
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|