mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
6 lines
76 B
Bash
6 lines
76 B
Bash
#!/bin/bash
|
|
|
|
ynh_version_gt ()
|
|
{
|
|
dpkg --compare-versions "$1" gt "$2"
|
|
}
|