You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-06-23 00:17:53 +02:00
update
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
taskd
|
taskd
|
||||||
=====
|
=====
|
||||||
|
|
||||||
[](https://imagelayers.io/?images=vimagick/taskd:latest 'Get your own badge on imagelayers.io')
|
[](https://imagelayers.io/?images=vimagick/taskd:latest)
|
||||||
|
|
||||||
`Taskwarrior` is Free and Open Source Software that manages your TODO list from
|
`Taskwarrior` is Free and Open Source Software that manages your TODO list from
|
||||||
your command line. It is flexible, fast, efficient, and unobtrusive. It does
|
your command line. It is flexible, fast, efficient, and unobtrusive. It does
|
||||||
@ -52,8 +52,8 @@ its job then gets out of your way.
|
|||||||
mkdir -p ~/fig/taskd/taskd/{orgs,users}
|
mkdir -p ~/fig/taskd/taskd/{orgs,users}
|
||||||
cd ~/fig/taskd/taskd/
|
cd ~/fig/taskd/taskd/
|
||||||
|
|
||||||
wget http://taskwarrior.org/download/taskd-1.1.0.tar.gz
|
wget -O- http://taskwarrior.org/download/taskd-1.1.0.tar.gz |
|
||||||
tar xvzf taskd-1.1.0.tar.gz --strip 1 taskd-1.1.0/pki
|
tar xvz --strip 1 taskd-1.1.0/pki
|
||||||
|
|
||||||
cd pki
|
cd pki
|
||||||
vim vars
|
vim vars
|
||||||
|
Reference in New Issue
Block a user