Browse Source

improved raspbian detection

main
deicidus 1 year ago
parent
commit
4cbf89a1a8
  1. 2
      spells/menu/bitcoin/install-bitcoin

2
spells/menu/bitcoin/install-bitcoin

@ -79,7 +79,7 @@ install_bitcoin() {
;; ;;
Linux) Linux)
# If the operating system is Raspbian, we will skip compiling from source and go directly to binary installation. # If the operating system is Raspbian, we will skip compiling from source and go directly to binary installation.
if grep -q 'Raspbian' /etc/os-release; then if uname -a | grep -q 'raspberrypi'; then
install_bitcoin_binary install_bitcoin_binary
else else
if ! install_bitcoin_from_source; then if ! install_bitcoin_from_source; then

Loading…
Cancel
Save