-
Notifications
You must be signed in to change notification settings - Fork 0
/
quick-install-v5.sh
executable file
·106 lines (94 loc) · 3.39 KB
/
quick-install-v5.sh
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
#!/bin/bash
#
##################################################################################################################
# Written to be used on 64 bits computers
# Author : Erik Dubois
# Website : http://www.erikdubois.be
##################################################################################################################
##################################################################################################################
#
# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK.
#
##################################################################################################################
sudo apt update -y
sudo apt upgrade -y
sh 1-install-core-software-v2.sh
sh 2-install-extra-software-v1.sh
sh 3-install-themes-icons-cursors-conky-plank-v2.sh
sh 4-install-distro-specific-software.sh
### use of hashtags
### one hashtag application is in sh 1-install-core-software-v1.sh
### two hashtags application is in sh 2-install-extra-software-v1.sh
### three hashtags application is in sh 3-install-themes-icons-cursors-conky-plank.sh
### #* not installed anywhere
### this is the complete list of all scripts
###sh conky-aureola-v2.sh
## hardcodefixer-v1.sh - need to run this at the very end
###sh icons-sardi-extra-v2.sh
###sh icons-sardi-v2.sh
#*sh icons-sardi-vintage-v1.sh
###sh icons-surfn-v2.sh
###sh install-arc-flatabulous-theme-v1.sh
##sh install-atom-v1.sh
#*sh install-boot-repair-v1.sh
##sh install-brackets-v1.sh
##sh install-canon-mg7750-v1.sh
#*sh install-cool-retro-term-v1.sh
#*install-clipgrab-v1.sh
##sh install-dconf-editor-v1.sh
#*sh install-discord-canary-v1.sh
#*sh install-etcher-v1.sh
#*sh install-franz-v1.sh
#*sh install-gimp-v1.sh
#*sh install-gitkraken-v1.sh
##sh install-google-chrome-v1.sh
##sh install-gradio-v2.sh
#*sh install-grub-customizer-v1.sh
###sh install-gtk-arc-theme-v1.sh
#*install-insync-v1.sh
#*sh install-mint-y-theme-github-v1.sh
##sh install-neofetch-v1.sh
#*sh install-numix-v1.sh
##sh install-peek-v2.sh
#*sh install-pepper-flash-v1.sh
##sh install-redshift-v1.sh
#*sh install-remarkable-v1.sh
##sh install-simplescreenrecorder-v1.sh
#*sh install-skype-alpha-v1.sh
#*sh install-slack-v1.sh
##sh install-screenfetch-v1.sh
##sh install-spotify-v2.sh
#*sh install-stacer-v1.sh
##sh install-sublime-text-v1.sh
#*sh install-svgo-v1.sh
#*install-systemback-v1.sh
#*sh install-telegram-v1.sh
##sh install-teamviewer-v1.sh
#*sh install-telegram-v1.sh
#*sh install-tomahawk-v1.sh
#*install-ubuntu-cleaner-v1.sh
#*sh install-ukuu-v1.sh
##sh install-variety-v1.sh
sh install-virtual-box-v2.sh
#*sh install-visual-studio-code-v1.sh
##sh install-vivaldi-v2.sh
#*sh install-wire-v1.sh
###sh plank-themes-v2.sh
###sh theme-arc-colora-collection-3.2-v1.sh
###sh theme-mint-y-colora-collection-3.2-v1.sh
echo "Starting full maintenance"
echo "Force install"
sudo apt-get -f -y install
echo "Upgrade"
sudo apt-get upgrade -y
echo "Autoremove"
sudo apt-get autoremove -y
echo "Autoclean"
sudo apt-get autoclean -y
echo "################################################################"
echo "################### T H E E N D ######################"
echo "################################################################"
sh hardcodefixer-v1.sh
echo "################################################################"
echo "################### IL FINALE ######################"
echo "################################################################"