mirror of
https://github.com/YunoHost-Apps/guacamole_ynh.git
synced 2024-09-03 19:16:03 +02:00
test ynh_debian_version
This commit is contained in:
parent
dc021ecaea
commit
140027c092
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@
|
|||
|
||||
guacamole_version="1.5.4"
|
||||
|
||||
if [ "$debian_maj_version" -eq 11 ] ; then
|
||||
if [ "$ynh_debian_version" == "bullseye" ] ; then
|
||||
tomcat_version="tomcat9"
|
||||
elif [ "$debian_maj_version" -eq 12 ] ; then
|
||||
elif [ "$ynh_debian_version" == "bookworm" ] ; then
|
||||
tomcat_version="tomcat10"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue