mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Switch to using the official 1password AUR beta package
This commit is contained in:
@ -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
|
||||
|
@ -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
|
Reference in New Issue
Block a user