Skip to content

Commit 827d5e0

Browse files
,,,,
1 parent 0432c87 commit 827d5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs-manager/fs-manager

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function __check_for()
143143
in_cache=( "$@" )
144144
if [ $# -ge 1 ]; then
145145
for i in "$@"; do
146-
if command -v "${in_cache[@]}" >> /dev/null ; then
146+
if ! command -v "${in_cache[@]}" >> /dev/null ; then
147147
msg "[${GREEN} Executing ${RST}] sudo apt install -y $i"
148148
apt install -y "$i" || {
149149
((x=x+1))

0 commit comments

Comments
 (0)