Initial commit

pull/3/head
Ghost1227 15 years ago
parent 132c74033d
commit 6f66d38378

@ -5,8 +5,8 @@ if [ "$(id -u)" != "0" ]; then
exit 1
else
cd src
mkdir -p /usr/{bin,share/cdmf}
install -m755 /cdm /usr/bin/
mkdir -p /usr/{bin,share/cdm}
install -m755 cdm /usr/bin/
cp -Rf cdmrc skel themes /usr/share/cdm/
echo "CDM configuration is done through /usr/share/cdm/cdmrc"
echo "Replace ~/.xinitrc and ~/.bash_profile with the skel files in /usr/share/cdm/skel for each user."

Loading…
Cancel
Save