Skip to content

Commit

Permalink
instruct to use the latest stable release instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
phreaker0 committed Feb 12, 2020
1 parent d30e7c0 commit ef38110
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Clone this repo, build the debian package and install it (alternatively you can
# Download the repo as root to avoid changing permissions later
sudo git clone https://github.com/jimsalterjrs/sanoid.git
cd sanoid
# checkout latest stable release or stay on master for bleeding edge stuff (but expect bugs!)
git checkout $(git tag | grep "^v" | tail -n 1)
ln -s packages/debian .
dpkg-buildpackage -uc -us
apt install ../sanoid_*_all.deb
Expand Down Expand Up @@ -60,6 +62,8 @@ Clone this repo, then put the executables and config files into the appropriate
# Download the repo as root to avoid changing permissions later
sudo git clone https://github.com/jimsalterjrs/sanoid.git
cd sanoid
# checkout latest stable release or stay on master for bleeding edge stuff (but expect bugs!)
git checkout $(git tag | grep "^v" | tail -n 1)
# Install the executables
sudo cp sanoid syncoid findoid sleepymutex /usr/local/sbin
# Create the config directory
Expand Down

0 comments on commit ef38110

Please sign in to comment.