From aba9d893b94e6ffd74378d30aa2026143ea53dbe Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Wed, 12 Feb 2025 21:23:23 +0330 Subject: [PATCH] Removed uuid-runtime dependency --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f95bacf..5bdefb8 100644 --- a/install.sh +++ b/install.sh @@ -31,7 +31,7 @@ fi check_os_version -REQUIRED_PACKAGES=("jq" "qrencode" "curl" "pwgen" "uuid-runtime" "python3" "python3-pip" "python3-venv" "git" "bc" "zip" "cron" "lsof") +REQUIRED_PACKAGES=("jq" "qrencode" "curl" "pwgen" "python3" "python3-pip" "python3-venv" "git" "bc" "zip" "cron" "lsof") MISSING_PACKAGES=() heavy_checkmark=$(printf "\xE2\x9C\x85")