forked from mggeorgiev/linux-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinitial_install.sh
More file actions
executable file
·50 lines (38 loc) · 963 Bytes
/
initial_install.sh
File metadata and controls
executable file
·50 lines (38 loc) · 963 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#!/bin/bash
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo do-release-upgrade -d
#Gparted
sudo apt-get install gparted
#apt-cache search <search_term>
#Build Essentials
sudo apt-get install build-essential
gcc -v
make -v
#MonoDevelop
sudo add-apt-repository ppa:keks9n/monodevelop-latest
sudo apt-get update
sudo apt-get install monodevelop-latest
#octave
sudo apt-add-repository ppa:octave/stable
sudo apt-get update
sudo apt-get install octave
#steam
sudo add-apt-repository multiverse
sudo apt-get install steam
#boot-repair
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
# Gparted
sudo apt-get install gparted
#VLC
sudo apt-get install vlc vlc-plugin-pulse
#ubuntu-after-install
#sudo add-apt-repository ppa:thefanclub/ubuntu-after-install
#sudo apt-get update
#sudo apt-get install ubuntu-after-install
#chrome
#Code Blocks
#chmod +x install_.sh