Skip to content

Instantly share code, notes, and snippets.

View kmoschkau's full-sized avatar

Kalvin Moschkau kmoschkau

View GitHub Profile
@kmoschkau
kmoschkau / perfectelementary.bash
Last active November 19, 2019 15:18 — forked from tmp27017/perfectelementary.bash
HowTo Install the perfect Elementary-OS
#Download Elementary OS from here:
#https://elementary.io/
#First you update your system
sudo apt-get update && sudo apt-get dist-upgrade
#Install Google Chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
sudo apt-get update