Docs: Updated instructions to upgrade Specter on Raspiblitz (#2040)

This commit is contained in:
k9ert 2023-01-09 18:26:53 +01:00 committed by GitHub
parent cee2355929
commit fa29a08db1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -380,13 +380,13 @@ To check (before and/or afterwards) your installed version, you can use: `pip3 s
### Raspiblitz
You might want to wait until raspiblitz is providing an update. It takes longer but if you're not technically literate, that might be a better option. However, up from Version 1.6.1, Raspiblitz offers an update-possibility in the menu. Prior to that or as a part of troubleshooting-procedure, you can also do something like this:
```
sudo su - bitcoin
cd .specter/
sudo su - specter
. ./.env/bin/activate
pip3 list | grep specter
pip3 install cryptoadvance.specter --upgrade
pip3 list | grep specter
service cryptoadvance-specter restart
exit
sudo systemctl restart specter
```
### umbrel