diff --git a/iso/installer/install.sh b/iso/installer/install.sh index c1be1ead..7eb02b37 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -7,7 +7,7 @@ # Check for LSB command myLSBCMD=$(which lsb_release) -if [ "$myLSBCHECK" = "" ]; +if [ "$myLSBCMD" = "" ]; then apt-get -y update apt-get -y install lsb-release