From 3c3f681869b7914ec3cb918d6d426f881c1d0c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu?= Date: Fri, 17 Nov 2023 18:32:20 -0500 Subject: [PATCH] [common] Remove space --- utils/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/common.sh b/utils/common.sh index bdaa6fbf..e8a049df 100644 --- a/utils/common.sh +++ b/utils/common.sh @@ -177,7 +177,7 @@ function required_packages() { ;; rocky | centos | rhel) dnf install -y python3.11 python3.11-devel python3-pip newt expect jq &>>"$LOG_FILE" - ;; + ;; *) echo -e "[$fail_format]" echo "Operating systemd not supported."