Skip to content

v0.0.34

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 16:33
· 39 commits to main since this release
1ca256f

Changelog

  • a942de7 Add a secondary logger to create a bash script that can be rerun
  • 3f1eddf Add log in the title of the actual system log
  • 2dfc31d Add logging module for command logging
  • e78d960 Fix merge issue related to writestrings
  • c8ac6b8 Merge branch 'main' into add-command-logging
  • 0cc97e5 Merge pull request #158 from sol-eng/add-command-logging
  • 1ca256f Merge pull request #173 from sol-eng/fix-merge-issues
  • cfc4bbc Move new lines into the log formatter
  • 8ba4ec1 gitignore .sh files

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.34/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
sudo tar xzf /tmp/wbi.tar.gz wbi
sudo mv wbi /usr/local/bin/wbi
sudo chmod +x /usr/local/bin/wbi

Linux User

Assumes ~/bin is available in your PATH

wget https://github.com/sol-eng/wbi/releases/download/v0.0.34/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
tar xzf /tmp/wbi.tar.gz wbi
mv wbi ~/bin/wbi
chmod +x ~/bin/wbi