cdm icon indicating copy to clipboard operation
cdm copied to clipboard

how to install it?

Open zzzgit opened this issue 7 years ago • 3 comments

how to install it?

how to make it?

zzzgit avatar Aug 18 '18 02:08 zzzgit

Firstly clone the repository to your home directory using git: git clone https://github.com/evertiro/cdm.git

Then cd to the cloned directory: cd cdm

Then execute the included installation bash as root to move the files to their places: sudo bash install.sh

Don't forget to delete the cloned directory after the installation, and also to keep the uninstall.sh file, because you'll need it in order to revert the installation.

davidvontamar avatar Sep 10 '18 09:09 davidvontamar

thanks a lot. following what you said, I installed this package successfully. but the system still starts from gdm, instead of cdm, how should I set up the system?

zzzgit avatar Sep 21 '18 06:09 zzzgit

Probably you need to disable gdm. If you use systemd:

systemctl disable gdm.service

ghost avatar Oct 05 '18 09:10 ghost