Move 1pw to an optional install since we need to install the chrome extension anyway as well as login
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# omarchy:summary=Remove 1Password and its Chromium extension.
|
||||
# omarchy:requires-sudo=true
|
||||
|
||||
EXTENSION_ID="aeblfdkhhhdcdjpifhhbdiojplfjncoa"
|
||||
EXTENSION_FILE="/usr/share/chromium/extensions/$EXTENSION_ID.json"
|
||||
|
||||
sudo rm -f "$EXTENSION_FILE"
|
||||
omarchy-pkg-drop 1password 1password-cli
|
||||
|
||||
echo ""
|
||||
echo "1Password has been removed."
|
||||
Reference in New Issue
Block a user