Created
September 7, 2017 10:25
-
-
Save Gummibeer/f60261d5a0e011ccf43f5c94adde9275 to your computer and use it in GitHub Desktop.
install new ubuntu
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 add-apt-repository ppa:numix/ppa | |
sudo add-apt-repository ppa:papirus/papirus | |
sudo apt update && sudo apt install papirus-icon-theme numix-gtk-theme numix-icon-theme-circle unity-tweak-tool | |
sudo mkdir /etc/lightdm/lightdm.conf.d | |
sudo sh -c 'printf "[SeatDefaults]\nallow-guest=false\n" > /etc/lightdm/lightdm.conf.d/50-no-guest.conf' | |
sudo apt-get install git php7.0-cgi php7.0-cli php7.0-mcrypt php7.0-mbstring php7.0-xml php7.0-zip php7.0-json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment