1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00
navidrome_ynh/scripts/_common.sh
Éric Gaspar 5bb8e0fbff
Testing
- Add config panel
- Add YNH_ARCH helper
- Upgrade to  0.47.5
2022-01-22 10:55:17 +01:00

20 lines
569 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
pkg_dependencies="ffmpeg"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================