Skip to content

Commit 221ca6a

Browse files
Update
1 parent f05cd84 commit 221ca6a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

setup.sh

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,6 @@ _commandExists() {
2121
fi
2222
}
2323

24-
# ----------------------------------------------------------
25-
# Check if flatpak app
26-
# ----------------------------------------------------------
27-
28-
_checkFlatpakAppExists() {
29-
local app="$1"
30-
flatpak_output=$(flatpak info $app)
31-
if [[ $flatpak_output == *"ID:"* ]]; then
32-
return 0
33-
else
34-
return 1
35-
fi
36-
}
37-
3824
# ----------------------------------------------------------
3925
# Check if flatpak repo is installed
4026
# ----------------------------------------------------------

0 commit comments

Comments
 (0)