-
-
Save scottisloud/620db15655e77c3f65fc45e40e2673f4 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