Skip to content

Commit

Permalink
Don't install 1Password GUI for now, it's not working properly
Browse files Browse the repository at this point in the history
  • Loading branch information
fortes committed Sep 12, 2024
1 parent a65c017 commit 72f989b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/setup_machine
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ main() {
setup_nonfree
setup_backports
install_apt_packages
"${dotfiles_root}/scripts/install_1password"
# Don't install 1Password GUI for now, it's not working properly
IS_HEADLESS=1 "${dotfiles_root}/scripts/install_1password"
[[ -z "${IS_DOCKER:-}" ]] && "${dotfiles_root}/scripts/install_et"
[[ -z "${IS_HEADLESS:-}" ]] && "${dotfiles_root}/scripts/install_firefox"
"${dotfiles_root}/scripts/install_github_packages"
Expand Down

0 comments on commit 72f989b

Please sign in to comment.