From a9844cef60f640cbefb5355f0bd701e8aa0c7a3f Mon Sep 17 00:00:00 2001 From: infinition <37984399+infinition@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:27:55 +0100 Subject: [PATCH] Update README.md changed wget target link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1a734a..11c71b8 100644 --- a/README.md +++ b/README.md @@ -306,7 +306,7 @@ The fastest way to install Bjorn is using the automatic installation script : ```bash # Download and run the installer -wget https://github.com/infinition/Bjorn/install_bjorn.sh +wget https://raw.githubusercontent.com/infinition/Bjorn/refs/heads/main/install_bjorn.sh sudo chmod +x install_bjorn.sh sudo ./install_bjorn.sh # Choose the choice 1 for automatic installation. It may take a while as a lot of packages and modules will be installed. You must reboot at the end.