make else/default branch of version-detection non-fatal since any new-and-coming debian variants at this point probably are 4371 fixed to begin with
This commit is contained in:
parent
afa9ebd728
commit
61cb9acf3b
@ -76,7 +76,7 @@ main() {
|
|||||||
fixed_version="1.4.9"
|
fixed_version="1.4.9"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
error 'Error: Could not determine Debian release!'
|
exit_ok 'changed=no' 'Unrecognized debian variant, but probably ok by now'
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if check_apt_version "$pkg" "$fixed_version"; then
|
if check_apt_version "$pkg" "$fixed_version"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user