<?php
$URL="https://raw.githubusercontent.com/panticz/xen/master/domains/debian.wheezy.sh";
echo "wget $URL -O - | bash -";
echo "
"; $c = curl_init(); curl_setopt($c, CURLOPT_URL, $URL); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); echo htmlspecialchars(curl_exec($c)); curl_close($c); echo "
";
?>
OPTIONAL: enable auto updates
http://www.panticz.de/debian-ubuntu-automatic-upgrades