Perform an apt update before install 1password and 1password-cli

Also improve the uninstall script to remove keys and sources
This commit is contained in:
duard
2024-06-14 12:30:03 +02:00
parent e9a61330a6
commit 798a9f66ef
2 changed files with 8 additions and 2 deletions

View File

@@ -15,4 +15,4 @@ curl -sS https://downloads.1password.com/linux/keys/1password.asc | \
sudo gpg --dearmor --output /usr/share/debsig/keyrings/AC2D62742012EA22/debsig.gpg
# Install 1Password & 1password-cli
sudo apt install -y 1password 1password-cli
sudo apt update && sudo apt install -y 1password 1password-cli