Last active
November 15, 2015 12:09
-
-
Save franciscocpg/f154e2052072d2f25d12 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| sudo apt-get install -y --no-install-recommends unity-greeter | |
| sudo sh -c 'echo "[SeatDefaults] | |
| greeter-session=unity-greeter | |
| user-session=xubuntu" > /etc/lightdm/lightdm.conf.d/10-xubuntu.conf' | |
| echo "Reboot to apply changes" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remote install
bash <(curl -s https://gist.githubusercontent.com/franciscocpg/f154e2052072d2f25d12/raw/)