@@ -5,7 +5,6 @@ function main() {
5
5
update
6
6
desktop
7
7
packages
8
- printing
9
8
finish
10
9
}
11
10
@@ -26,48 +25,37 @@ function desktop() {
26
25
function packages() {
27
26
echo " --> Install packages."
28
27
sudo pacman -S --noconfirm --needed \
29
- ark ` # Archiving Tool` \
30
- digikam ` # Digital photo management` \
31
- dolphin ` # File manager` \
32
- elisa ` # Music player` \
33
- firefox ` # Web browser` \
34
- gwenview ` # Image viewer` \
35
- hunspell-en_us ` # Spell dictionary EN` \
36
- hunspell-es_es ` # Spell dictionary ES` \
37
- kamoso ` # Camera tool` \
38
- kate ` # Code editor` \
39
- kbackup ` # Backup tool` \
40
- kcalc ` # Calculator` \
41
- kcharselect ` # select special characters` \
42
- kcolorchooser ` # color palette tool` \
43
- kfind ` # Find files` \
44
- kid3 ` # Audio tag editor` \
45
- kmix ` # Sound channel mixer` \
46
- konsole ` # Terminal client` \
47
- ksystemlog ` # Show all logs` \
48
- ktorrent ` # Torrent client` \
49
- okteta ` # Hex editor` \
50
- okular ` # Document viewer` \
51
- partitionmanager ` # Partition Manager` \
52
- powerdevil ` # Power consumption settings` \
53
- rssguard ` # RSS Client` \
54
- spectacle ` # Screenshots` \
55
- thunderbird ` # Email client` \
28
+ ark ` # Archiving Tool` \
29
+ digikam ` # Digital photo management` \
30
+ dolphin ` # File manager` \
31
+ elisa ` # Music player` \
32
+ firefox ` # Web browser` \
33
+ gwenview ` # Image viewer` \
34
+ hunspell-en_us ` # Spell dictionary EN` \
35
+ hunspell-es_es ` # Spell dictionary ES` \
36
+ kamoso ` # Camera tool` \
37
+ kate ` # Code editor` \
38
+ kbackup ` # Backup tool` \
39
+ kcalc ` # Calculator` \
40
+ kcharselect ` # select special characters` \
41
+ kcolorchooser ` # color palette tool` \
42
+ kfind ` # Find files` \
43
+ kid3 ` # Audio tag editor` \
44
+ kmix ` # Sound channel mixer` \
45
+ konsole ` # Terminal client` \
46
+ ksystemlog ` # Show all logs` \
47
+ ktorrent ` # Torrent client` \
48
+ okteta ` # Hex editor` \
49
+ okular ` # Document viewer` \
50
+ partitionmanager ` # Partition Manager` \
51
+ powerdevil ` # Power consumption settings` \
52
+ rssguard ` # RSS Client` \
53
+ spectacle ` # Screenshots` \
54
+ system-config-printer ` # Print settings` \
55
+ thunderbird ` # Email client` \
56
56
& > /dev/null
57
57
}
58
58
59
- function printing() {
60
- echo " --> Install printing system."
61
- sudo pacman -S --noconfirm --needed \
62
- cups ` # Printing system` \
63
- system-config-printer ` # Print settings` \
64
- hplip ` # hp linux imaging and printing` \
65
- & > /dev/null
66
-
67
- sudo systemctl start cups.service & > /dev/null
68
- sudo systemctl enable cups.service & > /dev/null
69
- }
70
-
71
59
function finish() {
72
60
echo " --> Optional, please type: reboot"
73
61
echo " To use KDE only if out of desktop environment."
0 commit comments