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