mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
4 lines
63 B
Bash
4 lines
63 B
Bash
ynh_version_gt ()
|
|
{
|
|
dpkg --compare-versions "$1" gt "$2"
|
|
}
|