mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
commit
7e2d89a3a0
2 changed files with 3 additions and 3 deletions
|
@ -77,7 +77,7 @@ ram.runtime = "3G"
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = [
|
packages = [
|
||||||
# Overleaf dependencies
|
# Overleaf dependencies
|
||||||
"texlive", "texlive-xetex", "texlive-base", "texlive-font-utils", "redis-server", "latexmk", "python3-pygments",
|
"texlive", "texlive-xetex", "texlive-base", "texlive-font-utils", "redis-server", "latexmk", "python3-pygments", "build-essential",
|
||||||
|
|
||||||
# Aspell dependencies
|
# Aspell dependencies
|
||||||
"aspell-ar", "aspell-ar-large",
|
"aspell-ar", "aspell-ar-large",
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
nodejs_version="18.20.2"
|
nodejs_version="20"
|
||||||
YNH_MONGO_VERSION=6.0
|
YNH_MONGO_VERSION=7.0
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Reference in a new issue