Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
android-auto / usr / bin / android-auto
Size: Mime:
#!/bin/bash

run ()
{
cd /usr/share/android-auto/extras/google/auto
sleep 1
adb forward tcp:5277 tcp:5277
./desktop-head-unit --usb -c /usr/share/android-auto/config.ini
exit 0
}

echo "Starting Android Auto"
run
echo "ended"