-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFreshComputer
19 lines (14 loc) · 917 Bytes
/
FreshComputer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Set up repository to fetch 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'
# Set up repository to fetch Skype
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
# Set up repository to fetch Spotify
sudo sh -c 'echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list.d/spotify.list'
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59
# Install the basics; git, php, Google Chrome, Skype, filezilla, dropbox, filezilla & apache
sudo apt-get update
sudo apt-get install git php5 apache2 google-chrome-stable skype filezilla nautilus-dropbox spotify-client
sudo apt-get dist-upgrade
# Remove Amazon from local search
sudo apt-get remove unity-lens-shopping