1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncthing_ynh.git synced 2024-09-03 20:26:23 +02:00

correct install script

This commit is contained in:
Lahire Biette 2016-11-03 12:44:38 +01:00 committed by GitHub
parent 68571b8b00
commit 10fe23054b

View file

@ -13,9 +13,9 @@ user=$3
channel=$4
# Check Debian version
if [[ $(cat /etc/debian_version) = "7."* ]]
if [[ $(cat /etc/debian_version) < 8 ]]
then
echo "You need debian Jessie (8.x) to install gogs."
echo "You need debian Jessie (8.x) or more to install syncthing_ynh."
exit 1
fi