Switch to using the official 1password AUR beta package

This commit is contained in:
David Heinemeier Hansson
2025-06-27 16:00:41 -07:00
parent b44acb2805
commit f4be510faa
2 changed files with 1 additions and 12 deletions

View File

@ -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

View File

@ -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