1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lidarr_ynh.git synced 2024-09-03 19:35:58 +02:00
lidarr_ynh/scripts/_common.sh
ericgaspar 94a1d5ee93
4.3
2021-11-22 23:49:33 +01:00

22 lines
607 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
version="0.8.1.2135"
# dependencies used by the app
pkg_dependencies="curl mediainfo sqlite3"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================