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
YunoHost Bot ea08582d0e
Upgrade to v2.28.3 (#130)
* Upgrade to v2.28.3

* Auto-update README

* Update _common.sh

* Update _common.sh

---------

Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com>
2024-02-14 13:14:17 +01:00

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
#=================================================