-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnon-standard
More file actions
executable file
·28 lines (22 loc) · 986 Bytes
/
Copy pathnon-standard
File metadata and controls
executable file
·28 lines (22 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/bash
# NON-STANDARD REPOSITORIES
# Sublime Text 3
# sublime-text-installer
sudo add-apt-repository ppa:webupd8team/sublime-text-3
# SPOTIFY
# spotify-client
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59
sudo rm -f /etc/apt/sourced.list.d/spotify.list
sudo sh -c 'echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list.d/spotify.list'
# Pipelight (Silverlight for linux)
# pipelight-multi
sudo apt-add-repository ppa:pipelight/stable
# Screencloud (something like puu.sh for Linux)
# screencloud
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/olav-st/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/screencloud.list"
cd ~/tmp/
wget http://download.opensuse.org/repositories/home:olav-st/xUbuntu_14.04/Release.key
sudo apt-key add - < Release.key
sudo aptitude update;
sudo aptitude install spotify-client sublime-text-installer pipelight-multi screencloud -y
sudo pipelight-plugin --enable silverlight