Created
March 7, 2018 04:06
-
-
Save xbalaji/c1c0406ae72d87d12da312ff2c75d962 to your computer and use it in GitHub Desktop.
ubuntu minimal 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
# https://askubuntu.com/questions/53822/how-do-you-run-ubuntu-server-with-a-gui | |
sudo apt -y update | |
sudo apt install -y xorg | |
sudo apt install -y --no-install-recommends lightdm-gtk-greeter | |
sudo apt install -y --no-install-recommends lightdm | |
sudo apt install -y --no-install-recommends ubuntu-gnome-desktop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment