Always have a backup

This commit is contained in:
Nachtzuster
2024-02-15 11:32:01 +01:00
committed by GitHub
parent 4243a37406
commit cb008d66a5
+3 -1
View File
@@ -126,7 +126,9 @@ Use the web interface and go to "Tools" > "System Controls" > "Update." If you e
/usr/local/bin/uninstall.sh && cd ~ && rm -drf BirdNET-Pi
```
## Migrating
Before switching, make sure your installation is fully up to date. Run these commands to migrate to this repo
Before switching, make sure your installation is fully up to date. Also make sure to have a backup, that is also the only way to get back to the original BirdNET-Pi.
Run these commands to migrate to this repo:
```
git remote remove origin
git remote add origin https://github.com/Nachtzuster/BirdNET-Pi.git