From b10e2bc56aa352afdcc5af57827e4b9c44dbcf31 Mon Sep 17 00:00:00 2001 From: duard Date: Fri, 14 Jun 2024 12:36:14 +0200 Subject: [PATCH] Perform an apt update before install 1password and 1password-cli Also improve the uninstall script to remove keys and sources --- uninstall/app-1password.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/uninstall/app-1password.sh b/uninstall/app-1password.sh index 1fd9052..e815522 100755 --- a/uninstall/app-1password.sh +++ b/uninstall/app-1password.sh @@ -3,5 +3,3 @@ sudo rm /usr/share/keyrings/1password-archive-keyring.gpg sudo rm /usr/share/debsig/keyrings/AC2D62742012EA22/debsig.gpg sudo rm -r /etc/debsig/policies/AC2D62742012EA22/ sudo apt-get remove --purge -y 1password 1password-cli -sudo apt-get autoremove -y -sudo apt-get update