mirror of
https://github.com/YunoHost-Apps/immich_ynh.git
synced 2024-09-03 20:36:24 +02:00
Fix myynh_install_python
This commit is contained in:
parent
b1d8d81640
commit
453e4319bd
1 changed files with 2 additions and 2 deletions
|
@ -75,10 +75,10 @@ myynh_install_python() {
|
||||||
if $(dpkg --compare-versions $py_built_version ge $python)
|
if $(dpkg --compare-versions $py_built_version ge $python)
|
||||||
then
|
then
|
||||||
# Built >= Required
|
# Built >= Required
|
||||||
ynh_print_info --message="Using already python3 built version: $py_app_version"
|
|
||||||
|
|
||||||
py_app_version="/usr/local/bin/python${py_built_version%.*}"
|
py_app_version="/usr/local/bin/python${py_built_version%.*}"
|
||||||
|
|
||||||
|
ynh_print_info --message="Using already python3 built version: $py_app_version"
|
||||||
|
|
||||||
else
|
else
|
||||||
# APT < Minimal & Actual < Minimal => Build & install Python into /usr/local/bin
|
# APT < Minimal & Actual < Minimal => Build & install Python into /usr/local/bin
|
||||||
ynh_print_info --message="Building python3 : $python (may take a while)..."
|
ynh_print_info --message="Building python3 : $python (may take a while)..."
|
||||||
|
|
Loading…
Reference in a new issue