mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
Do not allow versions below 16.04
This commit is contained in:
parent
4bbe62b4b1
commit
42580df4f3
@ -67,7 +67,7 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ $DISTRO -ge $DISTRO2 ]
|
||||
if [ $DISTRO -gt $DISTRO2 ]
|
||||
then
|
||||
sleep 1
|
||||
else
|
||||
|
||||
@ -32,7 +32,7 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ $DISTRO -ge $DISTRO2 ]
|
||||
if [ $DISTRO -gt $DISTRO2 ]
|
||||
then
|
||||
sleep 1
|
||||
else
|
||||
|
||||
@ -25,7 +25,7 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ $DISTRO -ge $DISTRO2 ]
|
||||
if [ $DISTRO -gt $DISTRO2 ]
|
||||
then
|
||||
sleep 1
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user