File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ function apps-groups {
72
72
echo " p) Set up Pacman configuration?"
73
73
echo " y) Set up Yay configuration?"
74
74
echo
75
- echo " 1) Install basic apps? [27 ]"
75
+ echo " 1) Install basic apps? [28 ]"
76
76
echo " 2) Install basic games? [4]"
77
77
echo " 3) Install development tools? [11]"
78
78
echo " 4) Install exclusive apps? [41]"
@@ -137,14 +137,14 @@ function apps-groups {
137
137
1)
138
138
show_info ' Installing basic apps...'
139
139
echo
140
- echo " Current package list: bleachbit calibre chrome-gnome-shell ffmpegthumbnailer google-chrome gvfs-goa gvfs-google icedtea-web jre8-openjdk libappindicator-gtk3 mlocate mpv noto-fonts-emoji p7zip pepper-flash reflector simple-scan tilix transmission-cli transmission-gtk yay aspell-ca aspell-en aspell-es hunspell-en_GB hunspell-en_US hunspell-es_es"
140
+ echo " Current package list: bleachbit calibre chrome-gnome-shell ffmpegthumbnailer google-chrome gvfs-goa gvfs-google icedtea-web jre8-openjdk libappindicator-gtk3 mlocate mpv noto-fonts-cjk noto-fonts- emoji p7zip pepper-flash reflector simple-scan tilix transmission-cli transmission-gtk yay aspell-ca aspell-en aspell-es hunspell-en_GB hunspell-en_US hunspell-es_es"
141
141
# [Not installed]: gbrainy sound-juicer
142
142
echo
143
143
show_info ' Proceed? (Y)es, (N)o :' && read REPLY
144
144
case $REPLY in
145
145
# Positive action
146
146
[Yy]* )
147
- sudo pacman -S bleachbit calibre chrome-gnome-shell ffmpegthumbnailer google-chrome gvfs-goa gvfs-google icedtea-web jre8-openjdk libappindicator-gtk3 mlocate mpv noto-fonts-emoji p7zip pepper-flash reflector simple-scan tilix transmission-cli transmission-gtk yay aspell-ca aspell-en aspell-es hunspell-en_GB hunspell-en_US hunspell-es_es --needed
147
+ sudo pacman -S bleachbit calibre chrome-gnome-shell ffmpegthumbnailer google-chrome gvfs-goa gvfs-google icedtea-web jre8-openjdk libappindicator-gtk3 mlocate mpv noto-fonts-cjk noto-fonts- emoji p7zip pepper-flash reflector simple-scan tilix transmission-cli transmission-gtk yay aspell-ca aspell-en aspell-es hunspell-en_GB hunspell-en_US hunspell-es_es --needed
148
148
notify-send " Installation was successful"
149
149
clear && apps-groups
150
150
;;
You can’t perform that action at this time.
0 commit comments