From da98b405b9c589aa6dc145b11aacc5e954763498 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Thu, 4 Apr 2024 03:23:18 +0900 Subject: [PATCH] shfmt Signed-off-by: Akihiro Suda --- init-host/init-host.root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-host/init-host.root.sh b/init-host/init-host.root.sh index a9b762f..5151eb1 100755 --- a/init-host/init-host.root.sh +++ b/init-host/init-host.root.sh @@ -40,7 +40,7 @@ if command -v dnf >/dev/null 2>&1; then # so it has to be reinstalled dnf reinstall -y shadow-utils else - apt-get update + apt-get update apt-get install -y git uidmap make jq fi