#!/bin/bash if [ `whoami` != "root" ] ; then echo "This must be run as root." >&2 exit 1 fi BASEDIR=`dirname $0` cat >/etc/apt/sources.list.d/kali.list <