Skip to content

Commit

Permalink
Add b2 CLI tool
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjaap committed Mar 4, 2025
1 parent 7c6d23a commit b18483c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions autoinstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ autoinstall:
- lsb-release
- multitail
- ncdu
- python3-pip
- python3-setuptools
- silversearcher-ag
- tig
- traceroute
Expand Down Expand Up @@ -87,6 +89,11 @@ autoinstall:
- curtin in-target --target=/target -- sh -c 'echo "fs.inotify.max_user_instances=512" >> /etc/sysctl.conf'
- curtin in-target --target=/target -- sh -c 'sysctl -p'

# Install Backblaze B2 CLI globally
- curtin in-target --target=/target -- bash -c '
pip3 install --upgrade pip &&
pip3 install --system b2'

# Installing 1password-cli
- curtin in-target --target=/target -- bash -c '
apt-get update && apt-get install -y curl gpg &&
Expand Down

0 comments on commit b18483c

Please sign in to comment.