Skip to content

Commit

Permalink
fix: flatpak path (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 authored Nov 5, 2024
1 parent 67b7499 commit 88d6fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tabs/common-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GREEN='\033[32m'

command_exists() {
for cmd in "$@"; do
export PATH=/home/jeeva/.local/share/flatpak/exports/bin:/var/lib/flatpak/exports/bin:$PATH
export PATH="$HOME/.local/share/flatpak/exports/bin:/var/lib/flatpak/exports/bin:$PATH"
command -v "$cmd" >/dev/null 2>&1 || return 1
done
return 0
Expand Down

0 comments on commit 88d6fd1

Please sign in to comment.