From bd58de709f921ad908533c0b78c4aa9c9a20e347 Mon Sep 17 00:00:00 2001 From: tuend-work <121396415+tuend-work@users.noreply.github.com> Date: Wed, 12 Nov 2025 22:58:56 +0700 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 8543e12..bf42a8e 100644 --- a/install.sh +++ b/install.sh @@ -21,6 +21,8 @@ if [ "$(id -u)" != "0" ]; then exit 1 fi +dnf install tar -y + WGET_PATH=/usr/bin/wget if [ ! -e /usr/bin/perl ] || [ ! -e ${WGET_PATH} ]; then