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:
parent
68571b8b00
commit
10fe23054b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue