Update install.sh

This commit is contained in:
tuend-work
2025-11-12 22:58:56 +07:00
parent e3ed4282fd
commit bd58de709f

View File

@@ -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