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)
|
||||
[ -x $lsb_release ] && $lsb_release --short --codename \
|
||||
|| echo lsb not supported
|
||||
[ -x $lsb_release ] && $lsb_release --short --codename
|
||||
|
|
|
@ -20,5 +20,4 @@
|
|||
#
|
||||
|
||||
lsb_release=$(which lsb_release)
|
||||
[ -x $lsb_release ] && $lsb_release --short --description \
|
||||
|| echo lsb not supported
|
||||
[ -x $lsb_release ] && $lsb_release --short --description
|
||||
|
|
|
@ -20,5 +20,4 @@
|
|||
#
|
||||
|
||||
lsb_release=$(which lsb_release)
|
||||
[ -x $lsb_release ] && $lsb_release --short --id \
|
||||
|| echo lsb not supported
|
||||
[ -x $lsb_release ] && $lsb_release --short --id
|
||||
|
|
|
@ -20,5 +20,4 @@
|
|||
#
|
||||
|
||||
lsb_release=$(which lsb_release)
|
||||
[ -x $lsb_release ] && $lsb_release --short --release \
|
||||
|| echo lsb not supported
|
||||
[ -x $lsb_release ] && $lsb_release --short --release
|
||||
|
|
Loading…
Reference in a new issue