|
|
@ -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 |
|
|
|