Update branch name

This commit is contained in:
Jaap van Ekris 2024-03-11 09:18:04 +01:00 committed by GitHub
parent f628f30e18
commit 8d9cb151e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ This guide roughly explains how to set up the rowing software and hardware.
Connect to the device with SSH and initiate the following command to set up all required dependencies and to install Open Rowing Monitor as an automatically starting system service:
```zsh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/JaapvanEkris/openrowingmonitor/v1beta_updates/install/install.sh)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/jaapvanekris/openrowingmonitor/HEAD/install/install.sh)"
```
### Check if OpenRowingMonitor runs without issue