Skip to content

Commit

Permalink
1password script
Browse files Browse the repository at this point in the history
  • Loading branch information
b- committed Oct 8, 2023
1 parent 81f7397 commit ea78a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Build and Push Image
on:
push:
schedule:
- cron: '15 09 * * *' # 9:15am everyday
merge_group:
Expand Down
2 changes: 1 addition & 1 deletion scripts/1password.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ln -s /opt/1Password/1password /usr/bin/1password

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

cd /usr/lib/1Password
# chrome-sandbox requires the setuid bit to be specifically set.
# See https://github.com/electron/electron/issues/17972
chmod 4755 ./chrome-sandbox
Expand Down Expand Up @@ -49,7 +50,6 @@ cd "$CWD"

# Register path symlink
ln -s /usr/lib/1Password /opt/1Password
EOF
chmod +x /usr/bin/install-1password

# Then we install the 1password CLI binary as well
Expand Down

0 comments on commit ea78a27

Please sign in to comment.