mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
fix typo
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
# Check for LSB command
|
# Check for LSB command
|
||||||
myLSBCMD=$(which lsb_release)
|
myLSBCMD=$(which lsb_release)
|
||||||
if [ "$myLSBCHECK" = "" ];
|
if [ "$myLSBCMD" = "" ];
|
||||||
then
|
then
|
||||||
apt-get -y update
|
apt-get -y update
|
||||||
apt-get -y install lsb-release
|
apt-get -y install lsb-release
|
||||||
|
Reference in New Issue
Block a user