Waishnav / Watcher

Minimal open source Screen-Time Tracker for Linux
https://watcher-org.github.io/Watcher
MIT License
139 stars 11 forks source link

Installation script recursively clone the repo #40

Closed AnilMandliya closed 1 year ago

AnilMandliya commented 1 year ago

In second line of install script

1. #!/bin/bash
2. git clone https://github.com/Waishnav/Watcher -b v2.0 && cd Watcher && ./install

due to last call to ./install, it again creates new thread and clone git repo again and it goes on. Please fix it or merge the request #39