Skip to content

v0.0.26

Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 18:57
· 68 commits to main since this release
427d3e4

Changelog

  • 8bf08c9 Add skip logic into the user prompt and verification section
  • 785d4f6 Add user step to setup and add prompt user with lookup and validation
  • 427d3e4 Merge pull request #154 from sol-eng/add-user-check-and-verify
  • 650fcb7 Simplify the flow by only user promp in verify

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.26/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.26/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