Install OpenRA (Command & Conquer Red Alert) under Ubuntu
<?php
$URL="https://raw.githubusercontent.com/panticz/installit/master/install.openra.sh";
echo "wget $URL -O - | bash -s";
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 "
";
?>
Check for latest version
http://www.openra.net/download/