I follow the instructions in the GitHub repo and get this:
root@mn01:~# sudo apt-get install git
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
root@mn01:~# sudo dpkg --configure -a
root@mn01:~# sudo apt-get install git
Reading package lists... Done
Building dependency tree
Reading state information... Done
git is already the newest version.
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-101 linux-headers-3.13.0-101-generic
linux-headers-3.13.0-108 linux-headers-3.13.0-108-generic
linux-headers-3.13.0-91 linux-headers-3.13.0-91-generic
linux-headers-3.13.0-92 linux-headers-3.13.0-92-generic
linux-headers-3.13.0-93 linux-headers-3.13.0-93-generic
linux-headers-3.13.0-95 linux-headers-3.13.0-95-generic
linux-headers-3.13.0-96 linux-headers-3.13.0-96-generic
linux-headers-3.13.0-98 linux-headers-3.13.0-98-generic
linux-image-3.13.0-101-generic linux-image-3.13.0-108-generic
linux-image-3.13.0-110-generic linux-image-3.13.0-91-generic
linux-image-3.13.0-92-generic linux-image-3.13.0-93-generic
linux-image-3.13.0-95-generic linux-image-3.13.0-96-generic
linux-image-3.13.0-98-generic linux-image-extra-3.13.0-101-generic
linux-image-extra-3.13.0-108-generic linux-image-extra-3.13.0-91-generic
linux-image-extra-3.13.0-92-generic linux-image-extra-3.13.0-93-generic
linux-image-extra-3.13.0-95-generic linux-image-extra-3.13.0-96-generic
linux-image-extra-3.13.0-98-generic
Use 'apt-get autoremove' to remove them.
Suggested packages:
fdutils linux-doc-3.13.0 linux-source-3.13.0 linux-tools
linux-headers-3.13.0-110-generic
The following packages will be upgraded:
linux-image-3.13.0-110-generic
1 upgraded, 0 newly installed, 0 to remove and 57 not upgraded.
1 not fully installed or removed.
Need to get 0 B/15.3 MB of archives.
After this operation, 43.3 MB of additional disk space will be used.
(Reading database ... 320122 files and directories currently installed.)
Preparing to unpack .../linux-image-3.13.0-110-generic_3.13.0-110.157_amd64.deb ...
E: Sub-process /usr/bin/dpkg returned an error code (2)
and:
root@mn01:~# cd dashman
root@mn01:~/dashman# ./dashman update
missing dependency: unzip
--> sudo apt-get install unzip
This is not the best place to get speedy support... I would head over to the Dash nation slack. Plenty will help you there (often times moocowmoo himself)
https://dash-nation-invite.herokuapp.com
sudo apt-get install unzip
apt-get install unzip (as root)
EDIT: Don't run dashman as root but as user with which you installed/run dashd.