mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
correct bad syntax in _common.sh
This commit is contained in:
parent
281aed7f6a
commit
5ef8789758
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
# dependencies used by the app
|
||||
if [ "$lsb_release --codename --short" = "buster"]; then
|
||||
pkg_dependencies="php7.3-sqlite3"
|
||||
else [ "$lsb_release --codename --short" = "stretch"]; then
|
||||
else [ "$lsb_release --codename --short" = "stretch"]
|
||||
pkg_dependencies="php7.0-sqlite3"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue