mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-21 12:54:22 +01:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user