Skip to content

Commit

Permalink
Remove pacman yu
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 committed Sep 19, 2024
1 parent f0e8861 commit 3ff95f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 openssl
;;
apt-get)
"$ESCALATION_TOOL" "$PACKAGER" update && "$ESCALATION_TOOL" "$PACKAGER" install -y openssl
Expand Down

0 comments on commit 3ff95f2

Please sign in to comment.