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
598 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
#=================================================
# dependencies used by the app
pkg_dependencies="openjdk-8-jre|openjdk-11-jre ffmpeg"
2019-05-22 22:10:48 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================