Skip to content

Commit

Permalink
repair installed
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Feb 24, 2024
1 parent 7883674 commit 8898a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apptui
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,13 @@ install_appman() {
# 4 Choose Installed and new programs
gum_filter_installed() {
header=""
programs=$(run_files | grep -v "^$" | sed 1d | cut -d' ' -f3-5 | gum filter --header="$header" \
programs=$(run_files | grep 'MiB' | cut -d' ' -f3 | gum filter --header="$header" \
--header.border-foreground "$color" --header.border "$border" --no-limit --no-fuzzy | cut -d' ' -f1)
echo "$programs"
}
gum_filter_installed_one() {
header=""
program=$(run_files | grep -v "^$" | sed 1d | cut -d' ' -f3-5 | gum filter --header="$header" \
program=$(run_files | grep 'MiB' | cut -d' ' -f3 | gum filter --header="$header" \
--header.border-foreground "$color" --header.border "$border" --no-fuzzy | cut -d' ' -f1)
echo "$program"
}
Expand Down

0 comments on commit 8898a11

Please sign in to comment.