]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
install-deps.sh: use "apt" for checking install status
authorKefu Chai <kchai@redhat.com>
Mon, 23 Dec 2019 08:45:42 +0000 (16:45 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 23 Dec 2019 17:22:07 +0000 (01:22 +0800)
commitf91adafa4b5cbbabcdc4524c55a46d30c47098fa
tree88f3f8a5161a09c1b1518ba9338455e499fe410e
parentea64c4909ffeae10e5d8e0a23604030e8849f803
install-deps.sh: use "apt" for checking install status

as "dpkg -s <package-name>" always returns 0 even if the <package> is
removed.

Signed-off-by: Kefu Chai <kchai@redhat.com>
install-deps.sh