Created
November 16, 2021 23:29
-
-
Save kiwimato/2459f68cc711235002e21b0e5868a7f4 to your computer and use it in GitHub Desktop.
Adds Vivaldi as allowed browsers for 1Password linux app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo mkdir /etc/1password | |
echo vivaldi-bin | sudo tee /etc/1password/custom_allowed_browsers | |
sudo chown root:root /etc/1password/custom_allowed_browsers | |
sudo chmod 755 /etc/1password/custom_allowed_browsers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment