From 6591118608f1c4a87a18cee2f2f1b678b5b82fcb Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 5 May 2024 12:47:38 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 578c43c..fd830c1 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version="14.21.3" +nodejs_version="18.20.2" #================================================= # PERSONAL HELPERS @@ -329,7 +329,7 @@ ynh_install_mongo() { debian=$(lsb_release --codename --short) ynh_print_info --message="Installing MongoDB Community Edition..." - local mongo_debian_release=bullseye #$(ynh_get_debian_release) + local mongo_debian_release=$(ynh_get_debian_release) if [ "$mongo_debian_release" == buster ] ; then ubuntu_version="bionic" @@ -381,4 +381,4 @@ ynh_remove_mongo() { #================================================= # FUTURE OFFICIAL HELPERS -#================================================= \ No newline at end of file +#=================================================