Fix a few more paths pointing to ~/bin
This commit is contained in:
parent
2d75e2e684
commit
f0a6a4ee47
3 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ if [ $(id -u) -eq 0 ]; then
|
|||
bin_path=/usr/local/bin
|
||||
else
|
||||
install_path="$HOME/opt/docutils"
|
||||
bin_path="$HOME/bin"
|
||||
bin_path="$HOME/.local/bin"
|
||||
fi
|
||||
|
||||
pipinstall () {
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
- name: Copy docutils setup script
|
||||
ansible.builtin.copy:
|
||||
src: docutils-setup.sh
|
||||
dest: "{{ ansible_env.HOME }}/bin/docutils-setup"
|
||||
dest: "{{ ansible_env.HOME }}/.local/bin/docutils-setup"
|
||||
mode: '0755'
|
||||
- name: Copy mc ini
|
||||
ansible.builtin.copy:
|
||||
|
|
|
@ -27,5 +27,5 @@
|
|||
- name: Copy MATE Clock reset script
|
||||
ansible.builtin.copy:
|
||||
src: reset-mate-clock.sh
|
||||
dest: "{{ ansible_env.HOME }}/bin/reset-mate-clock"
|
||||
dest: "{{ ansible_env.HOME }}/.local/bin/reset-mate-clock"
|
||||
mode: '0755'
|
||||
|
|
Loading…
Reference in a new issue