docs: explicitly clone main branch

This commit is contained in:
Torben Brenner 2025-02-07 11:12:02 +01:00
parent 74d8e68d96
commit 9f782f2fb2
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ Pay special attention to:
Clone the bridgehead repository: Clone the bridgehead repository:
```shell ```shell
sudo mkdir -p /srv/docker/ sudo mkdir -p /srv/docker/
sudo git clone https://github.com/samply/bridgehead.git /srv/docker/bridgehead sudo git clone -b main https://github.com/samply/bridgehead.git /srv/docker/bridgehead
``` ```
Then, run the installation script: Then, run the installation script: