Skip to content

Instantly share code, notes, and snippets.

View niklasfi's full-sized avatar

Niklas Fischer niklasfi

View GitHub Profile
@niklasfi
niklasfi / linuxparty.sh
Created October 10, 2011 22:55
WS11/12 linux install party script
#!/bin/bash
set -e
# Root pruefen
if [ x$EUID != x0 ]
then
echo "Du bist nicht ROOT ... verwende \"sudo bash $0\" !"
exit 1