aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/ubuntu/check-package-integrity.sh
blob: 39e01dd05a93b98bac17a81cb46d6f0b6896df91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

set -o errexit -o nounset -o pipefail
shopt -s inherit_errexit lastpipe

if ! command -v debsums &> /dev/null; then
    echo 'Where is debsums?' >&2
    exit 1
fi

debsums -ca