HiveMinds / tw-install

Automatically installs Taskwarrior, Taskserver (TODO: and Timewarrior). This project aims to support automated installation of all Taskwarrior hook scripts, configuration flavours etc. with a single command.
GNU Affero General Public License v3.0
17 stars 7 forks source link

`tw-install.sh` manual install fails at the very last line on `source src/run_taskserver_at_boot.sh` #103

Closed dehidehidehi closed 11 months ago

dehidehidehi commented 11 months ago

Good afternoon,

tw-install.sh manual install fails at the very last line on source src/run_taskserver_at_boot.sh.

To make things work I had to manually cd ./src && source ./run_taskserver_at_boot.sh.

Cheers,

a-t-0 commented 11 months ago

Thank you for pointing out this error, and for providing a solution. I have reproduced the bug, applied your solution and pushed to main. I will now look at: #102