1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00
fittrackee_ynh/scripts/_common.sh

21 lines
645 B
Bash
Raw Normal View History

2022-04-29 12:18:34 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
2023-02-06 10:45:54 +01:00
pkg_dependencies="postgresql postgresql-contrib python3 python3-venv libpq-dev docker-compose-plugin"
2022-04-29 12:18:34 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================