Created
March 7, 2015 17:47
-
-
Save kamilsj/42eb5661ff9b21479440 to your computer and use it in GitHub Desktop.
Changing Ubuntu Desktop into Ubuntu Server
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
sudo apt-get install tasksel | |
sudo tasksel remove ubuntu-desktop | |
sudo tasksel install server | |
sudo apt-get update | |
sudo apt-get install linux-server linux-image-server | |
sudo apt-get purge lightdm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment