-
Notifications
You must be signed in to change notification settings - Fork 542
/
lilo.automode
executable file
·436 lines (432 loc) · 7.47 KB
/
lilo.automode
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
#!/bin/bash
#shellcheck disable=SC2034
: 'ATTENTION!:
--------------------------------------------------
| Created by helmuthdu <[email protected]> |
| Shellchecked by uniminin <[email protected]> |
| Formatted by molese <[email protected]> |
--------------------------------------------------
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-------------------------------------------------------------------------------
'
#MAINMENU {{{
# 1) Basic Setup
# 2) Desktop Environment
# 3) Accessories Apps
# 4) Development Apps
# 5) Office Apps
# 6) System Apps
# 7) Graphics Apps
# 8) Internet Apps
# 9) Audio Apps
# 10) Video Apps
# 11) Games
# 12) Web server
# 13) Fonts
# 14) Internationalization
# 15) Extra
# 16) Clean Orphan Packages
MAINMENU="1-13"
#}}}
#BASIC SETUP {{{
CUPS="y"
CUSTOMREPO="n" # Add custom repositories
FIRMWARE="n" # Install custom firmwares
NFS="n"
READAHEAD="n"
SAMBA="n"
SSH="n"
TLP="n" # Laptop Power Manager
ZRAM="n"
ZSH="n"
OH_MY_ZSH="n"
BETTER_VIDEO_DRIVER="y" # NVIDIA/AMDGPU
BUMBLEBEE="y" # Optimus, use Bumblebee instead of NVIDIA PRIME Render Offload
FONTCONFIG="y"
#}}}
#ADDITIONAL FIRMWARE {{{
# 1) aic94xx-firmware
# 2) alsa-firmware
# 3) b43-firmware
# 4) b43-firmware-legacy
# 5) bluez-firmware
# 6) broadcom-wl-dkms
# 7) ipw2100-fw
# 8) ipw2200-fw
# 9) libffado [Firmware Audio Devices]
# 10) libmtp [Android Devices]
# 11) libraw1394 [IEE1394 Driver]
# 12) wd719x-firmware
# 13) upd72020x-fw [Renesas USB3.0 Driver]
FIRMWARE_OPTIONS=""
#}}}
#}}}
#DESKTOP ENVIRONMENT|WINDOW MANAGER {{{
# 1) Cinnamon
# 2) Deepin
# 3) Enlightenment
# 4) GNOME
# 5) KDE
# 6) LXQT
# 7) Mate
# 8) XFCE
# 9) Budgie
# 10) UKUI
# 11) Pantheon
# 12) Awesome
# 13) Fluxbox
# 14) i3
# 15) i3-Gaps
# 16) OpenBox
# 17) Xmonad
DESKTOPENV="4"
#KDE {{{
# 1) Choqok
# 2) Digikam
# 3) K3b
# 4) kvantum
# 5) latte-dock
# 6) Skrooge
# 7) Yakuake
KDE_OPTIONS="1 2 3 6 7"
#}}}
#ESSENTIAL APPS [Enlightenment,LXDE,Awesome,Fluxbox,OpenBox] {{{
# 1) Display Manager
# 2) Dmenu
# 3) Viewnior
# 4) Gmrun
# 5) rxvt-unicode
# 6) Squeeze
# 7) Thunar
# 8) Tint2
# 9) Volwheel
# 10) Xfburn
# 11) Xcompmgr
# 12) Zathura
# 13) speedtest-cli
MISCAPPS="1 3"
#}}}
#DISPLAY MANAGER {{{
# 1) Entrance
# 2) GDM
# 3) LightDM
# 4) SDDM
# 5) Slim
# 6) lxdm
# 7) lxdm-gtk
DISPLAY_MANAGER="3"
#}}}
# 1) Icons Themes
# 2) GTK2|GTK3 Themes
THEMES_OPTIONS="1 2"
#ICONS THEMES {{{
# 1) Arc
# 2) Adwaita
# 3) Emerald
# 4) la-capitaine
# 5) Numix
# 6) Paper
# 7) Papirus
# 8) Pop
# 9) Solus
# 10) Yaru
ICONS_THEMES="7"
#}}}
#GTK THEMES {{{
# 1) Arc
# 2) Abrus
# 3) Acid
# 4) Adapta
# 5) Amber
# 6) Candy
# 7) Evopop
# 8) Flat-Remix
# 9) Zuki
# 10) Zukitwo
GTK_THEMES="1"
#}}}
#}}}
#NETWORK MANAGER {{{
# 1) NetworkManager
# 2) Wicd
# 3) ConnMan
# n) None
NETWORKMANAGER="1"
USBMODEM="y" #USB 3G MODEM SUPPORT
BLUETOOTH="y" #BLUETOOTH SUPPORT
#}}}
#ACCESSORIES {{{
# 1) Albert
# 2) Catfish
# 3) Conky
# 4) Enpass
# 5) flameshot
# 6) keepass
# 7) Pamac
# 8) Shutter| Hotshots
# 9) Synapse
# 10) Terminator
# 11) Tilix
ACCESSORIES_OPTIONS="4 11"
#}}}
#DEVELOPEMENT {{{
# 1) Atom
# 2) Emacs
# 3) Gvim
# 4) Meld
# 5) Sublime Merge
# 6) Sublime Text 2
# 7) Sublime Text 3
# 8) Android Studio
# 9) Jetbrains Toolbox
# 10) IntelliJ IDEA
# 11) IntelliJ IDEA Ultimate Edition
# 12) Micro
# 13) Monodevelop
# 14) QT Creator
# 15) MySQL Workbench
# 16) OpenJDK 8
# 17) OpenJDK 9
# 18) OpenJDK 10
# 19) OracleJDK
# 20) NodeJS
# 21) Microsoft Visual Studio Code
# 22) Git GUI-s
# 23) kdiff3
# 24) Regexxer
# 25) Postman
# 26) Gitkraken
# 27) FreeCad
DEVELOPMENT_OPTIONS="18"
#}}}
#OFFICE {{{
# 1) Abiword+Gnumeric|Calligra
# 2) Calibre
# 3) Goldendict
# 4) Homebank
# 5) Latex
# 6) LibreOffice
# 7) Lyx
# 8) OCRFeeder
# 9) Tellico
# 10) Typora
# 11) Xmind
OFFICE_OPTIONS="6"
#}}}
#SYSTEM TOOLS {{{
# 1) ClamAV
# 2) Cockpit
# 3) Webmin
# 4) Docker
# 5) FirewallD
# 6) Gparted
# 7) Grsync
# 8) Hosts Update
# 9) Htop
# 10) Stacer
# 11) Gotop
# 12) UFW
# 13) Unified Remote
# 14) Virtualbox
# 15) Wine
# 16) netdata
# 17) nload
# 18) vmware-workstation 12
SYSTEMTOOLS_OPTIONS="12 14"
#}}}
#GRAPHICS {{{
# 1) Blender
# 2) Gimp
# 3) Gthumb
# 4) Inkscape
# 5) Krita
# 6) MComix
# 7) Mypaint
# 8) Pencil
# 9) Scribus
# 10) Shotwell
# 11) Simple Scan
# 12) YACReader
GRAPHICS_OPTIONS="2 3 4 6 10"
#}}}
#INTERNET {{{
# 1) Browser
# 2) Download|Fileshare
# 3) Email|RSS
# 4) Instant Messaging|IRC
# 5) Mapping Tools
# 6) VNC|Desktop Share
INTERNET_OPTIONS="1-6"
#BROWSER {{{
# 1) Chrome
# 2) Chromium
# 3) Firefox
# 4) Midori|Konqueror
# 5) Opera
# 6) Vivaldi
# 7) Tor-browser
# 8) Brave
BROWSERS_OPTIONS="3"
#}}}
#DOWNLOAD|FILESHARE {{{
# 1) Deluge
# 2) Dropbox
# 3) Flareget
# 4) free Download Manager
# 5) Google Drive OCamlFuse
# 6) Jdownloader
# 7) qBittorrent
# 8) Nitroshare
# 9) Resilio Sync
# 10) Sparkleshare
# 11) Spideroak
# 12) Tixati
# 13) Transmission
# 14) uGet
# 15) Youtube-dl
# 16) Megasync
# 17) Extreme Download Manager
DOWNLOAD_OPTIONS="13"
#}}}
#EMAIL|RSS {{{
# 1) Liferea
# 2) Thunderbird
EMAIL_OPTIONS=""
#}}}
#IM|IRC {{{
# 1) HexChat|Konversation
# 2) Irssi
# 3) Pidgin
# 4) Riot
# 5) Skype Stable
# 6) Skype Preview
# 7) Teamspeak
# 8) Viber
# 9) Telegram Desktop
# 10) qTox
# 11) Discord
# 12) Slack
# 13) VK Messanger
# 14) Zoom.us
IM_OPTIONS="5"
#}}}
#MAPPING {{{
# 1) Anydesk
# 2) Google Earth
# 3) QGIS
MAPPING_OPTIONS=""
#}}}
#VNC|Desktop Share {{{
# 1) Remmina
# 2) Teamviewer
VNC_OPTIONS=""
#}}}
#}}}
#AUDIO {{{
# 1) Players
# 2) Editors|Tools
# 3) Codecs
AUDIO_OPTIONS="1-3"
#PLAYERS {{{
# 1) Amarok
# 2) Audacious
# 3) Clementine
# 4) Deadbeef
# 5) Guayadeque
# 6) lollypop
# 7) Musique
# 8) Pragha
# 9) Rhythmbox
# 10) Spotify
# 11) Timidity++
# 12) quodlibet
AUDIO_PLAYER_OPTIONS="9"
#}}}
#EDITORS|TOOLS {{{
# 1) Audacity
# 2) Easytag
# 3) OcenAudio
# 4) Soundconverter|Soundkonverter
AUDIO_EDITOR_OPTIONS="2"
#}}}
#}}}
#VIDEO {{{
# 1) Players
# 2) Editors|Tools
# 3) Codecs
VIDEO_OPTIONS="1-3"
#PLAYERS {{{
# 1) Gnome Mplayer
# 2) LiveStreamer
# 3) Minitube
# 4) MPV
# 5) Smplayer
# 6) Parole
# 7) Plex
# 8) Popcorn Time
# 9) VLC
# 10) Kodi
VIDEO_PLAYER_OPTIONS="8"
#}}}
#EDITORS|TOOLS {{{
# 1) Arista
# 2) Avidemux
# 3) Filebot
# 4) Handbrake
# 5) Kdenlive
# 6) Lightworks
# 7) Openshot
# 8) Pitivi
# 9) Transmageddon
VIDEO_EDITOR_OPTIONS="8"
#}}}
#}}}
#GAMES {{{
# 1) Desura
# 2) PlayOnLinux
# 3) Steam
# 4) Minecraft
# 5) OSU!LAZER
GAMES_OPTIONS=""
#}}}
#WEBSERVER {{{
# 1) LAMP - APACHE, MariaDB & PHP
# 2) LAPP - APACHE, POSTGRESQL & PHP
# 3) LEMP - NGINX, MariaDB & PHP
# 4) LEPP - NGINX, POSTGRESQL & PHP
WEBSERVER="4"
POSTGIS="n"
#}}}
#FONTS {{{
# 1) ttf-dejavu
# 2) ttf-fira-code
# 3) ttf-google-webfonts
# 4) ttf-liberation
# 5) ttf-bitstream-vera
# 6) ttf-hack
# 7) ttf-mac-fonts
# 8) ttf-ms-fonts
# 9) wqy-microhei
# 10) noto-fonts-cjk
# 11) nerd-fonts-complete
# 12) Yanc
FONTS_OPTIONS="1-9"
#}}}
#IME INPUT TOOLS {{{
# 1) fcitx
# 2) ibus
IME_OPTIONS=""
#}}}
#EXTRA {{{
# 1) Profile Sync
EXTRA_OPTIONS=""
#}}}