File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,6 @@ source $install_directory/packages/remove.sh
3030# -----------------------------------------------------
3131source $install_directory /packages/packages.sh
3232
33- # -----------------------------------------------------
34- # Install agsv1
35- # -----------------------------------------------------
36- source $install_directory /packages/agsv1.sh
37-
3833# -----------------------------------------------------
3934# Check executables of important apps
4035# -----------------------------------------------------
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ if [[ $(_isInstalledAUR "swaylock-effects-git") == 0 ]]; then
3131fi
3232
3333# Remove aylurs-gtk-shell
34- if [[ $( _isInstalledAUR " aylurs-gtk-shell" ) == 0 ]]; then
35- $aur_helper --noconfirm -R aylurs-gtk-shell
36- echo " :: aylurs-gtk-shell removed"
34+ if [[ $( _isInstalledAUR " aylurs-gtk-shell-git " ) == 0 ]]; then
35+ $aur_helper --noconfirm -R aylurs-gtk-shell-git
36+ echo " :: aylurs-gtk-shell-git removed"
3737 echo
3838fi
3939
Original file line number Diff line number Diff line change @@ -48,5 +48,5 @@ packages=(
4848 " ttf-fira-sans"
4949 " ttf-fira-code"
5050 " ttf-firacode-nerd"
51- " aylurs-gtk-shell-git "
51+ " aylurs-gtk-shell"
5252);
You can’t perform that action at this time.
0 commit comments