Sunday, August 28, 2022

1Password In Slackware64-current

There is currently no SlackBuild for 1password.  It can be installed using the rpm file, via the following script:

#!/bin/bash
rm 1password-latest.rpm 1password-latest.txz
wget https://downloads.1password.com/linux/rpm/beta/x86_64/1password-latest.rpm
sudo rpm2txz 1password-latest.rpm
sudo killall 1password
sudo removepkg 1password-latest
sudo installpkg 1password-latest.txz
sudo cp custom_allowed_browsers /opt/1Password/resources/

Copy custom_allowed_browsers from /opt/1Password/resources/ and modify it by adding a line with the default browser in use, such as firefox

Regards,

F. Bobbio C.