When my Dashtics loads, it promts that an update (v3.9) is available.
This probably is a newbee question, although i'm getting an oldie...
Do i really need to create 'dev' dir and then run the command ". <(wget -qO - https://raw.githubusercontent.com/Dasht ... install.sh )"
My existing installation is in the default folder 'dashticz', so shouldn't i run the command in that folder instead of in the 'dev' folder?
It seems to me that the 'dev' folder brings me into trouble i guess... i'm getting the following result:
This is the installation script for Dashticz
Using default settings
Dashticz repository: https://github.com/Dashticz/dashticz
Branch: master
Port: 8082
The script will create a folder for Dashticz in the following location:
/home/pi/dev
Enter the folder name [dashticz]:
Dashticz will be installed in
dashticz
Dashticz has a master branch (=stable) and a beta branch (=most up-to-date)
Which branch to install? [master]:
Checking for git: [OK!]
Now cloning the Dashticz repository https://github.com/Dashticz/dashticz
Cloning into 'dashticz'...
remote: Enumerating objects: 2591, done.
remote: Counting objects: 100% (2591/2591), done.
remote: Compressing objects: 100% (1768/1768), done.
Receiving objects: 100% (2591/2591), 56.26 MiB | 3.46 MiB/s, done.
remote: Total 2591 (delta 1291), reused 1905 (delta 748), pack-reused 0
Resolving deltas: 100% (1291/1291), done.
^Cwarning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
the retry doesn't bring me any better result either...
fatal: not a git repository (or any of the parent directories): .git
