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:
parent
09883d0c87
commit
adba727c6e
1 changed files with 1 additions and 7 deletions
|
@ -80,13 +80,7 @@ ram.runtime = "150M"
|
||||||
main.default = 8484
|
main.default = 8484
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages_from_raw_bash = """
|
package = "python3, python3-venv"
|
||||||
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
|
|
||||||
"""
|
|
||||||
|
|
||||||
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
||||||
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||||
|
|
Loading…
Reference in a new issue