security-misc/usr/lib/security-misc/apt-get-update-sanity-test
Patrick Schleizer 5b3fc2f6b9
update copyright
2018-01-29 15:22:05 +00:00

12 lines
276 B
Bash
Executable File

#!/bin/bash
## Copyright (C) 2012 - 2018 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
## See the file COPYING for copying conditions.
set -x
set -e
set -o pipefail
wc -L "/var/lib/apt/lists/"*InRelease
wc -L "/var/lib/apt/lists/"*InRelease | awk '$1 > 1024 {print; exit 1}'