summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--10.-VirtualBox,-Docker-Images-and-Install-Scripts.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md b/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md
index 96457ae..967de2b 100644
--- a/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md
+++ b/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md
@@ -29,17 +29,20 @@ These scripts will automatically install the drivers, all dependencies and the D
Start the software with the start scripts in the `krakensdr_doa` and `krakensdr_pr` folders.
-Note that the scripts may ask for your system password a few times if your system is slow. So please keep an eye on the script.
-
### 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
```
+
+Reboot your system after running the script.
+
### 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
-``` \ No newline at end of file
+```
+
+Reboot your system after running the script. \ No newline at end of file