1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grist_ynh.git synced 2024-09-03 20:36:18 +02:00

apply suggestion

Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
This commit is contained in:
Thomas 2024-05-12 19:45:43 +02:00 committed by GitHub
parent 09883d0c87
commit adba727c6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,13 +80,7 @@ ram.runtime = "150M"
main.default = 8484
[resources.apt]
packages_from_raw_bash = """
if [[ $YNH_DEBIAN_VERSION == "bullseye" ]]; then
echo "python3.9, python3.9-venv";
elif [[ $YNH_DEBIAN_VERSION == "bookworm" ]]; then
echo "python3.11, python3.11-venv";
fi
"""
package = "python3, python3-venv"
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"