Reef Pi - Help

Michael Lane

Well-Known Member
View Badges
Joined
Aug 11, 2018
Messages
677
Reaction score
1,123
Rating - 0%
0   0   0
This guide shows the pattern.

Go to https://github.com/reef-pi/reef-pi/releases to find the release you want to install.
After you find the release, choose the package for your rpi (pi0 or pi3) and copy the hyperlink. Use that hyperlink in the terminal to download the file.
Code:
wget -c https://github.com/reef-pi/reef-pi/releases/download/3.0.0-pre-alpha-2/reef-pi-3.0.0-pre-alpha-2-pi0.deb

Next you should be able to install it using dpkg specifying the file you just downloaded.
Code:
sudo dpkg -i reef-pi-3.0.0-pre-alpha-2-pi0.deb
 

Ryan115

Well-Known Member
View Badges
Joined
Dec 28, 2010
Messages
586
Reaction score
1,085
Location
Mississippi
Rating - 0%
0   0   0
Just remember that there are a few other steps involved if you are changing major releases (e.g 2.3 ->3.0).
You will need to stop the service and move/remove the db file before trying to change over.

If you are just upgrading a minor release, you can install directly over the old one with the steps that @Michael Lane showed.
 

Creating a strong bulwark: Did you consider floor support for your reef tank?

  • I put a major focus on floor support.

    Votes: 23 40.4%
  • I put minimal focus on floor support.

    Votes: 13 22.8%
  • I put no focus on floor support.

    Votes: 20 35.1%
  • Other.

    Votes: 1 1.8%
Back
Top