From a21ab7da99239c02d94567f5b5a04481c52d375f Mon Sep 17 00:00:00 2001 From: JEEVITHA KANNAN K S Date: Fri, 1 Nov 2024 15:34:16 +0530 Subject: [PATCH] fix: remove unnecessary arch update --- core/tabs/utils/encrypt_decrypt_tool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tabs/utils/encrypt_decrypt_tool.sh b/core/tabs/utils/encrypt_decrypt_tool.sh index 0db4a49b2..46fead9d3 100644 --- a/core/tabs/utils/encrypt_decrypt_tool.sh +++ b/core/tabs/utils/encrypt_decrypt_tool.sh @@ -8,7 +8,7 @@ printf "%b\n" "${YELLOW}Ensuring OpenSSL is installed...${RC}" if ! command_exists openssl; then case "$PACKAGER" in pacman) - "$ESCALATION_TOOL" "$PACKAGER" -Syu --noconfirm openssl + "$ESCALATION_TOOL" "$PACKAGER" -S --noconfirm --needed openssl ;; apt-get|nala) "$ESCALATION_TOOL" "$PACKAGER" install -y openssl