diff options
-rw-r--r-- | 09.-VirtualBox,-Docker-Images-and-Install-Scripts.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/09.-VirtualBox,-Docker-Images-and-Install-Scripts.md b/09.-VirtualBox,-Docker-Images-and-Install-Scripts.md index 68148de..fd25aec 100644 --- a/09.-VirtualBox,-Docker-Images-and-Install-Scripts.md +++ b/09.-VirtualBox,-Docker-Images-and-Install-Scripts.md @@ -50,4 +50,6 @@ sudo chmod +x krakensdr_aarch64_install_doa.sh ./krakensdr_aarch64_install_doa.sh ``` -Reboot your system after the script finishes.
\ No newline at end of file +Reboot your system after the script finishes. + +Note: If installing on a Raspberry Pi, please ensure that you are using the 64-bit version of Raspbian as the script expects a 64-bit system.
\ No newline at end of file |