Skip to content

Commit 7024180

Browse files
committedMay 3, 2021
Added noto-fonts-cjk to basic apps @apps-groups
1 parent 5f348ae commit 7024180

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎masterscript

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function apps-groups {
7272
echo "p) Set up Pacman configuration?"
7373
echo "y) Set up Yay configuration?"
7474
echo
75-
echo "1) Install basic apps? [27]"
75+
echo "1) Install basic apps? [28]"
7676
echo "2) Install basic games? [4]"
7777
echo "3) Install development tools? [11]"
7878
echo "4) Install exclusive apps? [41]"
@@ -137,14 +137,14 @@ function apps-groups {
137137
1)
138138
show_info 'Installing basic apps...'
139139
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"
141141
# [Not installed]: gbrainy sound-juicer
142142
echo
143143
show_info 'Proceed? (Y)es, (N)o :' && read REPLY
144144
case $REPLY in
145145
# Positive action
146146
[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
148148
notify-send "Installation was successful"
149149
clear && apps-groups
150150
;;

0 commit comments

Comments
 (0)
Please sign in to comment.