fix: remove unnecessary arch update (#897)

This commit is contained in:
JEEVITHA KANNAN K S 2024-11-01 22:42:32 +05:30 committed by GitHub
parent a0d6070c1a
commit 9cc57330dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ printf "%b\n" "${YELLOW}Ensuring OpenSSL is installed...${RC}"
if ! command_exists openssl; then if ! command_exists openssl; then
case "$PACKAGER" in case "$PACKAGER" in
pacman) pacman)
"$ESCALATION_TOOL" "$PACKAGER" -Syu --noconfirm openssl "$ESCALATION_TOOL" "$PACKAGER" -S --noconfirm --needed openssl
;; ;;
apt-get|nala) apt-get|nala)
"$ESCALATION_TOOL" "$PACKAGER" install -y openssl "$ESCALATION_TOOL" "$PACKAGER" install -y openssl