Skip to content

Commit 9a2f4c5

Browse files
Updates
1 parent aba4b89 commit 9a2f4c5

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

lib/install/packages.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ source $install_directory/packages/remove.sh
3030
# -----------------------------------------------------
3131
source $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
# -----------------------------------------------------

lib/install/packages/remove.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ if [[ $(_isInstalledAUR "swaylock-effects-git") == 0 ]]; then
3131
fi
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
3838
fi
3939

share/packages/profiles/default.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
);

0 commit comments

Comments
 (0)