Skip to content

Commit

Permalink
1password
Browse files Browse the repository at this point in the history
  • Loading branch information
b- committed Oct 8, 2023
1 parent e1b1a05 commit e07f55e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,4 @@ docker:
1password:
sudo ln -s /usr/lib/1Password /opt/1Password
sudo groupadd -g 1500 onepassword
sudo groupadd -g 1600 onepassword-cli
sudo groupadd -g 1600 onepassword-cli
2 changes: 2 additions & 0 deletions scripts/1password.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ mkdir /var/opt # temporary storage, will not end up in ostree
rpm-ostree install https://downloads.1password.com/linux/rpm/stable/x86_64/1password-latest.rpm

mv /var/opt/1Password /usr/lib/1Password

#create symlink /usr/bin/1password pointing to /opt/1Password/1password
ln -s /opt/1Password/1password /usr/bin/1password

# hacked from 1password-latest.tar.gz//after-install.sh
Expand Down

0 comments on commit e07f55e

Please sign in to comment.