From f4be510faacdfd21f95cdaf9d321b74df6ede7f1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 27 Jun 2025 16:00:41 -0700 Subject: [PATCH] Switch to using the official 1password AUR beta package --- install/desktop.sh | 1 + install/password-manager.sh | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 install/password-manager.sh diff --git a/install/desktop.sh b/install/desktop.sh index de7b2ae..00a5e19 100644 --- a/install/desktop.sh +++ b/install/desktop.sh @@ -3,5 +3,6 @@ yay -S --noconfirm --needed \ fcitx5 fcitx5-gtk fcitx5-qt fcitx5-configtool \ wl-clip-persist clipse \ nautilus sushi gnome-calculator \ + 1password-beta 1password-cli \ chromium vlc \ evince imv diff --git a/install/password-manager.sh b/install/password-manager.sh deleted file mode 100644 index 965fbe4..0000000 --- a/install/password-manager.sh +++ /dev/null @@ -1,12 +0,0 @@ -if ! command -v 1password &>/dev/null; then - cd /tmp - curl -sSO https://downloads.1password.com/linux/tar/edge/x86_64/1password-latest.tar.gz - tar -xf 1password-latest.tar.gz - sudo mkdir -p /opt/1Password - sudo mv 1password-*/* /opt/1Password - sudo /opt/1Password/after-install.sh - rm -rf 1password* - cd - - - yay -S --noconfirm --needed 1password-cli -fi