mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
tweaking
This commit is contained in:
parent
010da57392
commit
b692ebd822
1 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,15 @@
|
||||||
# Extract command line arguments #
|
# Extract command line arguments #
|
||||||
##################################
|
##################################
|
||||||
|
|
||||||
|
# Check for LSB command
|
||||||
|
myLSBCMD=$(which lsb_release)
|
||||||
|
if [ "$myLSBCHECK" = "" ];
|
||||||
|
then
|
||||||
|
apt-get -y update
|
||||||
|
apt-get -y install lsb-release
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Check for Debian release
|
||||||
myLSB=$(lsb_release -c | awk '{ print $2 }')
|
myLSB=$(lsb_release -c | awk '{ print $2 }')
|
||||||
myLSB_STABLE_SUPPORTED="stretch"
|
myLSB_STABLE_SUPPORTED="stretch"
|
||||||
myLSB_TESTING_SUPPORTED="sid"
|
myLSB_TESTING_SUPPORTED="sid"
|
||||||
|
|
Loading…
Reference in a new issue