Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mylinuxforwork committed Nov 19, 2024
1 parent aba4b89 commit 9a2f4c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions lib/install/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
# -----------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions lib/install/packages/remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion share/packages/profiles/default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ packages=(
"ttf-fira-sans"
"ttf-fira-code"
"ttf-firacode-nerd"
"aylurs-gtk-shell-git"
"aylurs-gtk-shell"
);

0 comments on commit 9a2f4c5

Please sign in to comment.