@@ -70,7 +70,6 @@ function apps-groups {
70
70
show_info ' What would you like to do?'
71
71
echo
72
72
echo " p) Set up Pacman configuration?"
73
- echo " y) Set up Yay configuration?"
74
73
echo
75
74
echo " 1) Install basic apps? [28]"
76
75
echo " 2) Install basic games? [4]"
@@ -112,39 +111,18 @@ function apps-groups {
112
111
;;
113
112
esac
114
113
;;
115
- # Set up Yay configuration
116
- y)
117
- show_info ' Seting up Yay configuration...'
118
- echo
119
- show_info ' Proceed? (Y)es, (N)o :' && read REPLY
120
- case $REPLY in
121
- # Positive action
122
- [Yy]* )
123
- yay --editmenu --nodiffmenu --combinedupgrade --save
124
- clear && apps-groups
125
- ;;
126
- # Negative action
127
- [Nn]* )
128
- clear && apps-groups
129
- ;;
130
- # Error
131
- * )
132
- clear && show_error ' Sorry, try again.' && apps-groups
133
- ;;
134
- esac
135
- ;;
136
114
# Install basic apps
137
115
1)
138
116
show_info ' Installing basic apps...'
139
117
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-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"
118
+ 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 paru pepper-flash reflector simple-scan tilix transmission-cli transmission-gtk aspell-ca aspell-en aspell-es hunspell-en_GB hunspell-en_US hunspell-es_es"
141
119
# [Not installed]: gbrainy sound-juicer
142
120
echo
143
121
show_info ' Proceed? (Y)es, (N)o :' && read REPLY
144
122
case $REPLY in
145
123
# Positive action
146
124
[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-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
125
+ 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 paru pepper-flash reflector simple-scan tilix transmission-cli transmission-gtk aspell-ca aspell-en aspell-es hunspell-en_GB hunspell-en_US hunspell-es_es --needed
148
126
notify-send " Installation was successful"
149
127
clear && apps-groups
150
128
;;
0 commit comments