mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
delete the command ynh_get_deian-release is not found in the file_common.sh ecause the helpers aren't sourced and so keep the package dependency without php version
This commit is contained in:
parent
6b73c5f75a
commit
2a3e96d634
1 changed files with 2 additions and 6 deletions
|
@ -4,12 +4,8 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
# dependencies used by the app
|
||||
if
|
||||
ynh_get_debian_release = "buster"; then
|
||||
pkg_dependencies="php7.3-sqlite3"
|
||||
else
|
||||
pkg_dependencies="php7.0-sqlite3"
|
||||
fi
|
||||
|
||||
pkg_dependencies="php-sqlite3"
|
||||
|
||||
# ============= FUTURE YUNOHOST HELPER =============
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue