Skip to content

Commit

Permalink
install/upgrade openssl on Arch Linux also (Chia-Network#10999)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 authored Apr 2, 2022
1 parent 14627d8 commit 3e2b979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ if [ "$(uname)" = "Linux" ]; then
echo "Installing on Arch Linux."
case $(uname -m) in
x86_64|aarch64)
sudo pacman ${PACMAN_AUTOMATED} -S --needed git
sudo pacman ${PACMAN_AUTOMATED} -S --needed git openssl
;;
*)
echo "Incompatible CPU architecture. Must be x86_64 or aarch64."
Expand Down

0 comments on commit 3e2b979

Please sign in to comment.