diff --git a/deb-to-kali.sh b/deb-to-kali.sh index 03d6cc9..4602fdd 100755 --- a/deb-to-kali.sh +++ b/deb-to-kali.sh @@ -6,6 +6,10 @@ if [ `whoami` != "root" ] ; then fi BASEDIR=`dirname $0` +if ! -f ${BASEDIR}/keys/gpg/kali-repo.key ; then + echo "Couldn't find key, are you in the right place?" >&2 + exit 1 +fi cat >/etc/apt/sources.list.d/kali.list <