Skip to content

Commit 41861a6

Browse files
committed
Removed yay options and replaced by paru
1 parent 7024180 commit 41861a6

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

masterscript

+2-24
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ function apps-groups {
7070
show_info 'What would you like to do?'
7171
echo
7272
echo "p) Set up Pacman configuration?"
73-
echo "y) Set up Yay configuration?"
7473
echo
7574
echo "1) Install basic apps? [28]"
7675
echo "2) Install basic games? [4]"
@@ -112,39 +111,18 @@ function apps-groups {
112111
;;
113112
esac
114113
;;
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-
;;
136114
# Install basic apps
137115
1)
138116
show_info 'Installing basic apps...'
139117
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"
141119
# [Not installed]: gbrainy sound-juicer
142120
echo
143121
show_info 'Proceed? (Y)es, (N)o :' && read REPLY
144122
case $REPLY in
145123
# Positive action
146124
[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
148126
notify-send "Installation was successful"
149127
clear && apps-groups
150128
;;

0 commit comments

Comments
 (0)