From e4b73c5be79bcf8f139cb6df8a71f9307aecdd57 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Fri, 30 Jun 2023 11:22:50 +0200 Subject: [PATCH] update distro names --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 90c80d4e..dcb1fd19 100755 --- a/install.sh +++ b/install.sh @@ -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 ... "