Skip to content

Commit

Permalink
Fix TPM install.
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmannf committed Jan 17, 2024
1 parent bda9f97 commit ab8a6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/tmux/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
become: yes
become_user: "{{ desktop_user.username }}"
shell:
cmd: "~/.tmux/plugins/tpm/bin/install_plugins"
cmd: "~/.tmux/plugins/tpm/tpm && ~/.tmux/plugins/tpm/bin/install_plugins"

0 comments on commit ab8a6a7

Please sign in to comment.