Skip to content

Commit

Permalink
Added 1Password CLI.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 4, 2024
1 parent 56a8e61 commit 74cb75e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/1password-cli/download.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/usr/bin/env bash
set -euo pipefail

apt-get -y update &&
apt-get -y install --no-install-recommends \
unzip \
;

OP_VER="$(curl -sSLf https://app-updates.agilebits.com/check/1/0/CLI2/en/2000001/N | jq -Mr '.version')"

# linux/amd64 (Intel64)
Expand Down

0 comments on commit 74cb75e

Please sign in to comment.