no lsb_release -> no output
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
9fedf314cf
commit
de84542579
4 changed files with 4 additions and 8 deletions
|
@ -20,5 +20,4 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
lsb_release=$(which lsb_release)
|
lsb_release=$(which lsb_release)
|
||||||
[ -x $lsb_release ] && $lsb_release --short --codename \
|
[ -x $lsb_release ] && $lsb_release --short --codename
|
||||||
|| echo lsb not supported
|
|
||||||
|
|
|
@ -20,5 +20,4 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
lsb_release=$(which lsb_release)
|
lsb_release=$(which lsb_release)
|
||||||
[ -x $lsb_release ] && $lsb_release --short --description \
|
[ -x $lsb_release ] && $lsb_release --short --description
|
||||||
|| echo lsb not supported
|
|
||||||
|
|
|
@ -20,5 +20,4 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
lsb_release=$(which lsb_release)
|
lsb_release=$(which lsb_release)
|
||||||
[ -x $lsb_release ] && $lsb_release --short --id \
|
[ -x $lsb_release ] && $lsb_release --short --id
|
||||||
|| echo lsb not supported
|
|
||||||
|
|
|
@ -20,5 +20,4 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
lsb_release=$(which lsb_release)
|
lsb_release=$(which lsb_release)
|
||||||
[ -x $lsb_release ] && $lsb_release --short --release \
|
[ -x $lsb_release ] && $lsb_release --short --release
|
||||||
|| echo lsb not supported
|
|
||||||
|
|
Loading…
Reference in a new issue