mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
25 lines
698 B
Bash
25 lines
698 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
debian=$(lsb_release --codename --short)
|
|
pkg_version="10.7.5-1"
|
|
version=$(echo "$pkg_version" | cut -d '-' -f 1)
|
|
|
|
ffmpeg_pkg_version="4.3.2-1"
|
|
|
|
architecture=$(dpkg --print-architecture)
|
|
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|