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

21 lines
611 B
Bash
Raw Normal View History

2019-02-06 19:37:46 +01:00
#!/bin/bash
2019-05-22 22:10:48 +02:00
#=================================================
# COMMON VARIABLES
#=================================================
2022-09-21 01:03:09 +02:00
# dependencies used by the app (must be on a single line)
2022-09-21 22:43:56 +02:00
pkg_dependencies="openjdk-11-jre ffmpeg"
2019-05-22 22:10:48 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================