Skip to content

Pre-Release - always the latest available code

Pre-release
Pre-release
Compare
Choose a tag to compare
@sandreas sandreas released this 23 Nov 09:06
· 168 commits to master since this release

Pre-Release: Release with newest features

  • NO stable release - may cause data loss or unexpected behaviour
  • contains always the latest available build with the newest features and fixes
  • made for testers and all others waiting on a specific feature or bugfix

Install instructions

Docker

docker build . --build-arg M4B_TOOL_DOWNLOAD_LINK=https://github.com/sandreas/m4b-tool/files/15313912/m4b-tool.tar.gz -t m4b-tool

Windows

Just replace the m4b-tool.phar with the one in the latest tar.gz-file.

MacOS / Linux:

  • Download and extract the latest pre-release
  • Replace m4b-tool with the extracted m4b-tool.phar:
# show m4b-tool install path, e.g. /usr/local/bin/m4b-tool
which m4b-tool

# download latest pre-release
cd /tmp
wget https://github.com/sandreas/m4b-tool/files/15313912/m4b-tool.tar.gz
tar xzf m4b-tool.tar.gz

# backup old version
sudo mv /usr/local/bin/m4b-tool /usr/local/bin/m4b-tool.2020-02-29.phar

# install new version
sudo mv m4b-tool.phar /usr/local/bin/m4b-tool && sudo chmod +x /usr/local/bin/m4b-tool

# check version
m4b-tool version

Downloads with build dates