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
615 B
Bash
Raw Normal View History

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