-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain
More file actions
executable file
·45 lines (34 loc) · 1.01 KB
/
Copy pathmain
File metadata and controls
executable file
·45 lines (34 loc) · 1.01 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#!/bin/bash
# STANDARD PACKAGES
browsers='chromium-browser links2 firefox'
communicators='irssi thunderbird'
accessories='unrar p7zip-full transmission'
graphics='gimp gthumb imagemagick simple-scan'
multimedia='clementine pulseaudio vlc'
important='wget curl sshfs ssh mosh dropbox'
libraries="python python-pip"
screen='arandr screen'
remote='x2goclient'
java='icedtea-7-plugin openjdk-7-jre openjdk-7-jdk'
RESTRICTED='ubuntu-restricted-extras ubuntu-restricted-addons'
internet="$browsers $communicators"
# FOR DEVELOPMENT
git='git git-gui gitk meld'
svn='subversion'
xterm_colors='ncurses-term'
#Remember to set #export TERM=xterm-256color in ~/.bashrc
sudo apt-get install aptitude
sudo aptitude update
sudo aptitude upgrade -y
# APTITUDE INSTALL
sudo aptitude install $accessories $graphics $internet $multimedia $git $dev_util $important $screen $remote $RESTRICTED $java $libraries -y
sudo ./non-standard
sudo ./node
sudo ./pip
sudo ./i3
mkdir ~/temp/
sudo ./download
sudo ./compile
rm -fr ~/temp
DIR=`pwd`
rm -fr $DIR