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:
parent
dd18eaf181
commit
6591118608
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue