Skip to content

Commit

Permalink
fix(vyos-build): use 1password-cli over 1password
Browse files Browse the repository at this point in the history
the full 1Password package has GUI, and dependencies can't be met
  • Loading branch information
JJGadgets committed Mar 1, 2024
1 parent c4533fb commit 4f00bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyos/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ curl -vLO "https://github.com/getsops/sops/releases/download/v${SOPS_VERSION}/so
curl -vLO "https://github.com/p3lim/vyaml/releases/download/${VYAML_VERSION}/vyaml-${VYOS_ARCH}.deb"
curl -vLO "https://github.com/atuinsh/atuin/releases/download/v${ATUIN_VERSION}/atuin_${ATUIN_VERSION}_${VYOS_ARCH}.deb"
curl -vLO "https://github.com/go-task/task/releases/download/v${TASK_VERSION}/task_linux_${VYOS_ARCH}.deb"
curl -v -o ./1password-0.0.1-amd64.deb "https://downloads.1password.com/linux/debian/${VYOS_ARCH}/stable/1password-latest.deb"
curl -vO "https://downloads.1password.com/linux/debian/${VYOS_ARCH}/stable/1password-cli-${VYOS_ARCH}-latest.deb"
curl -vO "https://pkg.duosecurity.com/Debian/dists/bullseye/main/binary-${VYOS_ARCH}/duo-unix_${DUO_VERSION}-0_amd64.deb" # TODO: better solution to this than assuming the -0 version suffix
cd ../

Expand Down

0 comments on commit 4f00bde

Please sign in to comment.