Skip to content

Commit

Permalink
fix: remove unnecessary arch update (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 authored Nov 1, 2024
1 parent a0d6070 commit 9cc5733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tabs/utils/encrypt_decrypt_tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cc5733

Please sign in to comment.