Debian Postinstall

Debian postinstall script

This article is very unlikely to be of any use for anybody but me. It's here for pure convenience to grab my script from github when I setup computers for people.

So here goes...

# Execute as root!!
SCRIPT_NAME=debian-postinstall.sh
SCRIPT_DOWNLOAD_URL=https://raw.githubusercontent.com/enguerrand/edrtools/master/$SCRIPT_NAME
wget $SCRIPT_DOWNLOAD_URL
chmod +x $SCRIPT_NAME
./$SCRIPT_NAME