From 7b3d157cdcb5f4b8509af78a2d22eebc447768df Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Fri, 15 Feb 2019 21:50:43 +0100 Subject: [PATCH] fix typo --- iso/installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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