mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +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
|
||||
case $myCURRENT_DISTRIBUTION in
|
||||
"Fedora")
|
||||
"Fedora Linux")
|
||||
sudo dnf update -y
|
||||
sudo dnf install -y ${myPACKAGES}
|
||||
;;
|
||||
"Debian"|"Ubuntu")
|
||||
"Debian GNU/Linux"|"Ubuntu")
|
||||
if ! command -v sudo >/dev/null;
|
||||
then
|
||||
echo "### ‘sudo‘ is not installed. To continue you need to provide the ‘root‘ password ... "
|
||||
|
|
Loading…
Reference in a new issue