mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user