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
2e2f415561
commit
55d6d997db
1 changed files with 4 additions and 3 deletions
|
@ -100,8 +100,9 @@ ram.runtime = "3G"
|
||||||
]
|
]
|
||||||
packages_from_raw_bash = """
|
packages_from_raw_bash = """
|
||||||
if [[ $YNH_DEBIAN_VERSION == "bookworm" ]]; then
|
if [[ $YNH_DEBIAN_VERSION == "bookworm" ]]; then
|
||||||
extras.libssl.repo = "http://ftp.de.debian.org/debian/pool/main/o/openssl/"
|
[resources.apt.extras.libssl]
|
||||||
extras.libssl.key = "http://ftp.de.debian.org/debian/dists/bullseye/Release.gpg"
|
repo = "deb http://deb.debian.org/debian/ bullseye main contrib"
|
||||||
extras.libssl.packages = ["libssl1.1_1.1.1w-0+deb11u1_amd64.deb"]
|
key = "https://ftp-master.debian.org/keys/release-bullseye.asc"
|
||||||
|
packages = ["libssl1.1_1.1.1w-0+deb11u1_amd64.deb"]
|
||||||
fi
|
fi
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue