1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/overleaf_ynh.git synced 2024-09-03 19:56:27 +02:00

Update _common.sh

This commit is contained in:
Thomas 2024-05-05 12:47:38 +02:00 committed by GitHub
parent dd18eaf181
commit 6591118608
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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