Releases: HacKanCuBa/b2rsum
v0.1.3
Release v0.1.3
Some minor changes in readme and shellcheck fixes in code.
Installing
Download release, verify signature and then run make install
as a privileged user:
wget -O b2rsum-0.1.3.tar.gz https://github.com/HacKanCuBa/b2rsum/archive/v0.1.3.tar.gz
wget https://github.com/HacKanCuBa/b2rsum/releases/download/v0.1.3/b2rsum-0.1.3.tar.gz.sig
gpg --verify b2rsum-*.sig
tar -xf b2rsum-*.tar.gz
cd b2rsum-*
make lint
make test
sudo make install
If you don't want to sudo make install
, you can simply copy src/b2rsum.bash
to /usr/bin/b2rsum
. Optionally, check man page at man/b2rsum.1
.
If make test
fails, it's most likely to be due to missing dependency. If in doubt, file an issue here.
v0.1.2
Release v0.1.2
Initial release. Fully tested on Linux Debian 9.
Installing
Download release, verify signature and then run make install
as a privileged user:
wget -O b2rsum-0.1.2.tar.gz https://github.com/HacKanCuBa/b2rsum/archive/v0.1.2.tar.gz
wget https://github.com/HacKanCuBa/b2rsum/releases/download/v0.1.2/b2rsum-0.1.2.tar.gz.sig
gpg --verify b2rsum-*.sig
tar -xf b2rsum-*.tar.gz
cd b2rsum-*
make lint
make test
sudo make install
If you don't want to sudo make install
, you can simply copy src/b2rsum.bash
to /usr/bin/b2rsum
. Optionally, check man page at man/b2rsum.1
.
If make test
fails, it's most likely to be due to missing dependency. If in doubt, file an issue here.