Install: Betavine Connetion Manager (UMTS / SMS manager)
<?php
$URL="http://dl.dropbox.com/u/4170695/scripts/install.bcm.sh";
echo "wget $URL -O - | bash -";
echo "
"; $c = curl_init(); curl_setopt($c, CURLOPT_URL, $URL); echo htmlspecialchars(curl_exec($c)); curl_close($c); echo "
";
?>
Links
http://www.betavine.net/bvportal/resources/datacards/os/ubuntu
http://www.betavine.net/bvportal/community/linux
https://forge.betavine.net/