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

Fix restore dependencies

This commit is contained in:
yalh76 2019-02-14 22:54:44 +01:00
parent f549873fcf
commit 0b9ca08cff

View file

@ -81,7 +81,7 @@ chown -R $app:root $final_path
ynh_print_info "Reinstall dependencies..."
# Define and install dependencies
ynh_install_app_dependencies python-virtualenv sqlite3 zlib1g-dev
ynh_install_app_dependencies python-virtualenv sqlite3 libssl-dev zlib1g-dev libncurses5-dev libncursesw5-dev libreadline-dev libsqlite3-dev
#=================================================