diff --git a/scripts/restore b/scripts/restore index 83a6c4c..4b7faac 100644 --- a/scripts/restore +++ b/scripts/restore @@ -8,7 +8,7 @@ #Keep this path for calling _common.sh inside the execution's context of backup and restore scripts source ../settings/scripts/_common.sh -source ../settings/scripts/ynh_install_pyhon +source ../settings/scripts/ynh_install_python source ../settings/scripts/ynh_multimedia_3 source /usr/share/yunohost/helpers diff --git a/scripts/ynh_install_python b/scripts/ynh_install_python index 7d763b2..3273fcc 100644 --- a/scripts/ynh_install_python +++ b/scripts/ynh_install_python @@ -6,7 +6,7 @@ pyenv_install_dir="/opt/pyenv" # PYENV_ROOT is the directory of pyenv, it needs to be loaded as a environment variable. export PYENV_ROOT="$pyenv_install_dir" # Required dependencies -pyenv_dependencies="build-essential libssl1.0-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python-openssl git" +pyenv_dependencies="build-essential libssl1.0-dev|libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python-openssl git" # Install python version management #