This commit is contained in:
t3chn0m4g3 2019-02-15 21:50:43 +01:00
parent e100937007
commit 7b3d157cdc

View file

@ -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