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

Fix myynh_install_python
Some checks are pending
YunoHost apps package linter / test (push) Waiting to run
Create master promotion pull request / masterPromotion (push) Waiting to run

This commit is contained in:
Sylvain 2024-08-28 15:33:45 +02:00
parent b1d8d81640
commit 453e4319bd

View file

@ -75,10 +75,10 @@ myynh_install_python() {
if $(dpkg --compare-versions $py_built_version ge $python)
then
# Built >= Required
ynh_print_info --message="Using already python3 built version: $py_app_version"
py_app_version="/usr/local/bin/python${py_built_version%.*}"
ynh_print_info --message="Using already python3 built version: $py_app_version"
else
# APT < Minimal & Actual < Minimal => Build & install Python into /usr/local/bin
ynh_print_info --message="Building python3 : $python (may take a while)..."