mirror of
https://github.com/YunoHost-Apps/couchpotato_ynh.git
synced 2024-09-03 18:16:22 +02:00
typo
This commit is contained in:
parent
73b08c9e1c
commit
d1a7c9d9b8
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue