mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Install 1password by itself until theres a AUR for it
This commit is contained in:
12
install/password-manager.sh
Normal file
12
install/password-manager.sh
Normal file
@ -0,0 +1,12 @@
|
||||
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 source /opt/1Password/after-install.sh
|
||||
rm -rf 1password*
|
||||
cd -
|
||||
|
||||
yay -S --noconfirm --needed 1password-cli
|
||||
fi
|
@ -1,4 +1,4 @@
|
||||
yay -S --noconfirm --needed \
|
||||
signal-desktop spotify 1password 1password-cli dropbox-cli zoom \
|
||||
signal-desktop spotify dropbox-cli zoom \
|
||||
obsidian typora libreoffice obs-studio kdenlive \
|
||||
pinta xournalpp
|
||||
|
Reference in New Issue
Block a user