make sure ratpoison gets installed if there was a previous desktop installed.
This commit is contained in:
parent
fcebb04c51
commit
e48ae34362
@ -37,6 +37,7 @@ echo "exec ${1//mate/mate-session}" >> ~/.xinitrc
|
||||
chmod 755 ~/.xinitrc
|
||||
|
||||
if [[ "$1" == "ratpoison" ]]; then
|
||||
install_package ratpoison
|
||||
cat << "EOF" > ~/.ratpoisonrc
|
||||
# Generated by strychnine (setup.sh) http://gitlab.com/stormdragon2976/strychnine
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user