mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-05 05:24:19 +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
|
||||
8
uninstall/app-1password.sh
Normal file → Executable file
8
uninstall/app-1password.sh
Normal file → Executable file
@@ -1 +1,7 @@
|
||||
sudo apt remove -y 1password 1password-cli
|
||||
sudo rm /etc/apt/sources.list.d/1password.list
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user