#!/bin/bash

cd /tmp
echo Downloading second stage to /tmp/install-afs-server-stage2.sh
lynx -dump "http://www.reinform.de/download/install-afs-server-stage2.sh" > /tmp/install-afs-server-stage2.sh
chmod +x /tmp/install-afs-server-stage2.sh
/tmp/install-afs-server-stage2.sh < /dev/tty


