Skip to content

Commit

Permalink
add 1password symlink to /usr/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
b- committed Oct 5, 2023
1 parent 963f0c0 commit 9b8065e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/1password.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ EOF" > ./com.1password.1Password.policy
# # Restore previous directory
# cd "$CWD"
#
# # Register path symlink
# ln -sf /opt/1Password/1password /usr/bin/1password
# Register path symlink
ln -sf /opt/1Password/1password /usr/bin/1password
#
#if [ "$(id -u)" -ne 0 ]; then
# echo "You must be running as root to run 1Password's post-installation process"
Expand Down

0 comments on commit 9b8065e

Please sign in to comment.