mirror of
https://github.com/YunoHost-Apps/tvheadend_ynh.git
synced 2024-10-01 13:34:50 +02:00
fix pkg_version
This commit is contained in:
parent
00e17f46b6
commit
3add63cce7
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ debian=$(lsb_release --codename --short)
|
|||
pkg_version_bullseye="4.3-2192~gc9b38a81a~bullseye"
|
||||
pkg_version_bookworm="4.3-2098~g44bf691ac~bookworm"
|
||||
|
||||
pkg_version_name=pkg_version_$debian
|
||||
pkg_version="${!pkg_version_name}"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue