check-apt-gpg.sh 169B

12345
  1. #!/bin/bash
  2. if grep -i "gpg" /etc/apt/apt.conf.d/* | sed -e '/^#/d' -e '/^[ \t][ \t]*#/d' -e 's/#.*$//' -e '/^$/d' | grep -i "gpg.*check.*false";then
  3. exit 1
  4. fi