mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
Update manifest.toml
This commit is contained in:
parent
d3ad550813
commit
c20c942943
1 changed files with 6 additions and 0 deletions
|
@ -98,3 +98,9 @@ ram.runtime = "3G"
|
|||
# clsi dependencies
|
||||
"poppler-utils",
|
||||
]
|
||||
packages_from_raw_bash = """
|
||||
if YNH_DEBIAN_VERSION == "bookworm" ]]; then
|
||||
extras.libssl.repo = "http://ftp.de.debian.org/debian/pool/main/o/openssl/"
|
||||
extras.libssl.packages = "libssl1.1_1.1.1w-0+deb11u1_amd64.deb"
|
||||
fi
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue