diff options
Diffstat (limited to '09.-VirtualBox,-Docker-Images-and-Install-Scripts.md')
-rw-r--r-- | 09.-VirtualBox,-Docker-Images-and-Install-Scripts.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/09.-VirtualBox,-Docker-Images-and-Install-Scripts.md b/09.-VirtualBox,-Docker-Images-and-Install-Scripts.md index a9e54c2..a82cf8e 100644 --- a/09.-VirtualBox,-Docker-Images-and-Install-Scripts.md +++ b/09.-VirtualBox,-Docker-Images-and-Install-Scripts.md @@ -30,24 +30,24 @@ Docker Image Repository: https://github.com/godsic/krakensdr-containers/ ## Install Scripts -These scripts will automatically install the drivers, all dependencies and the DOA and PR software packages in `krakensdr_doa` and `krakensdr_pr` folders. +These scripts will automatically install the drivers, all dependencies and the DOA software package in the `krakensdr_doa` folders. -Start the software with the start scripts in the `krakensdr_doa` and `krakensdr_pr` folders. +Start the software with the start scripts in the `krakensdr_doa` folder. ### x86 64 Bit Systems ``` -wget https://raw.githubusercontent.com/krakenrf/krakensdr_docs/main/install_scripts/krakensdr_x86_install_doa_pr.sh -sudo chmod +x krakensdr_x86_install_doa_pr.sh -./krakensdr_x86_install_doa_pr.sh +wget https://raw.githubusercontent.com/krakenrf/krakensdr_docs/main/install_scripts/krakensdr_x86_install_doa.sh +sudo chmod +x krakensdr_x86_install_doa.sh +./krakensdr_x86_install_doa.sh ``` Reboot your system after the script finishes. ### ARM64 Systems ``` -wget https://raw.githubusercontent.com/krakenrf/krakensdr_docs/main/install_scripts/krakensdr_aarch64_install_doa_pr.sh -sudo chmod +x krakensdr_aarch64_install_doa_pr.sh -./krakensdr_aarch64_install_doa_pr.sh +wget https://raw.githubusercontent.com/krakenrf/krakensdr_docs/main/install_scripts/krakensdr_aarch64_install_doa.sh +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 |