Modify is_debian_10 function.
This commit is contained in:
parent
ac602f7222
commit
08e2cf2867
|
@ -18,7 +18,7 @@ is_debian_9()
|
|||
|
||||
is_debian_10()
|
||||
{
|
||||
if $(cat /etc/debian_version | grep -q "^buster"); then
|
||||
if $(cat /etc/debian_version | grep -q "^10.[0-9]"); then
|
||||
debug "Debian version is buster/10."
|
||||
FNRET=0
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue