mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
fix: remove unnecessary arch update (#897)
This commit is contained in:
parent
a0d6070c1a
commit
9cc57330dc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user