1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/isso_ynh.git synced 2024-09-03 19:35:55 +02:00
isso_ynh/scripts/_common.sh

21 lines
639 B
Bash
Raw Normal View History

2022-08-08 02:57:01 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app (must be on a single line)
2022-08-08 03:41:29 +02:00
pkg_dependencies="python3-setuptools python3-virtualenv python3-dev"
2022-08-08 02:57:01 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================