#!/bin/bash #================================================= # COMMON VARIABLES #================================================= # dependencies used by the app pkg_dependencies="php7.0-sqlite3" # ============= FUTURE YUNOHOST HELPER =============