Fix typo in comment.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# https://dwm.suckless.org/
|
# https://dwm.suckless.org/
|
||||||
# https://sites.google.com/site/lazyboxx/-articles/dwm-a-newbie-s-guide#TOC-Status-Bar
|
# https://sites.google.com/site/lazyboxx/-articles/dwm-a-newbie-s-guide#TOC-Status-Bar
|
||||||
|
|
||||||
#TODO: Move this to tasks/shared/ pasth rather than tasks/linux/.
|
#TODO: Move this to tasks/shared/ path rather than tasks/linux/.
|
||||||
#TODO: Generate files based on blockinfile.
|
#TODO: Generate files based on blockinfile.
|
||||||
#TODO: Fix config.mk for FreeBSD automatically (use /usr/local/ for libs not /usr/X11RC/)
|
#TODO: Fix config.mk for FreeBSD automatically (use /usr/local/ for libs not /usr/X11RC/)
|
||||||
#TODO: scm.sh to use bash variable so that FreeBSD correctly hits /usr/local/bin/bash.
|
#TODO: scm.sh to use bash variable so that FreeBSD correctly hits /usr/local/bin/bash.
|
||||||
@@ -23,14 +23,14 @@
|
|||||||
## Download ##
|
## Download ##
|
||||||
|
|
||||||
- name: Workstation | Linux | Software | DWM | Git Clone
|
- name: Workstation | Linux | Software | DWM | Git Clone
|
||||||
git:
|
git:
|
||||||
repo: https://git.suckless.org/dwm
|
repo: https://git.suckless.org/dwm
|
||||||
dest: "{{ dwm_install_dir }}"
|
dest: "{{ dwm_install_dir }}"
|
||||||
clone: yes
|
clone: yes
|
||||||
force: yes
|
force: yes
|
||||||
|
|
||||||
- name: Workstation | Linux | Software | DWM | Git Clone (st)
|
- name: Workstation | Linux | Software | DWM | Git Clone (st)
|
||||||
git:
|
git:
|
||||||
repo: https://git.suckless.org/st
|
repo: https://git.suckless.org/st
|
||||||
dest: "{{ st_install_dir }}"
|
dest: "{{ st_install_dir }}"
|
||||||
clone: yes
|
clone: yes
|
||||||
|
|||||||
Reference in New Issue
Block a user