diff --git a/lib/install/packages.sh b/lib/install/packages.sh index 19423f00..110ace0a 100755 --- a/lib/install/packages.sh +++ b/lib/install/packages.sh @@ -30,11 +30,6 @@ source $install_directory/packages/remove.sh # ----------------------------------------------------- source $install_directory/packages/packages.sh -# ----------------------------------------------------- -# Install agsv1 -# ----------------------------------------------------- -source $install_directory/packages/agsv1.sh - # ----------------------------------------------------- # Check executables of important apps # ----------------------------------------------------- diff --git a/lib/install/packages/remove.sh b/lib/install/packages/remove.sh index e979193f..fd90712a 100755 --- a/lib/install/packages/remove.sh +++ b/lib/install/packages/remove.sh @@ -31,9 +31,9 @@ if [[ $(_isInstalledAUR "swaylock-effects-git") == 0 ]]; then fi # Remove aylurs-gtk-shell -if [[ $(_isInstalledAUR "aylurs-gtk-shell") == 0 ]]; then - $aur_helper --noconfirm -R aylurs-gtk-shell - echo ":: aylurs-gtk-shell removed" +if [[ $(_isInstalledAUR "aylurs-gtk-shell-git") == 0 ]]; then + $aur_helper --noconfirm -R aylurs-gtk-shell-git + echo ":: aylurs-gtk-shell-git removed" echo fi diff --git a/share/packages/profiles/default.sh b/share/packages/profiles/default.sh index d7ed59f7..146c3f55 100644 --- a/share/packages/profiles/default.sh +++ b/share/packages/profiles/default.sh @@ -48,5 +48,5 @@ packages=( "ttf-fira-sans" "ttf-fira-code" "ttf-firacode-nerd" - "aylurs-gtk-shell-git" + "aylurs-gtk-shell" );