mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
update distro names
This commit is contained in:
parent
5465a5e364
commit
e4b73c5be7
1 changed files with 2 additions and 2 deletions
|
@ -46,11 +46,11 @@ fi
|
||||||
|
|
||||||
# Install packages based on the distribution
|
# Install packages based on the distribution
|
||||||
case $myCURRENT_DISTRIBUTION in
|
case $myCURRENT_DISTRIBUTION in
|
||||||
"Fedora")
|
"Fedora Linux")
|
||||||
sudo dnf update -y
|
sudo dnf update -y
|
||||||
sudo dnf install -y ${myPACKAGES}
|
sudo dnf install -y ${myPACKAGES}
|
||||||
;;
|
;;
|
||||||
"Debian"|"Ubuntu")
|
"Debian GNU/Linux"|"Ubuntu")
|
||||||
if ! command -v sudo >/dev/null;
|
if ! command -v sudo >/dev/null;
|
||||||
then
|
then
|
||||||
echo "### ‘sudo‘ is not installed. To continue you need to provide the ‘root‘ password ... "
|
echo "### ‘sudo‘ is not installed. To continue you need to provide the ‘root‘ password ... "
|
||||||
|
|
Loading…
Reference in a new issue