X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=phablet-install;h=529e80f756e5eb79e8acc911319d3fbbedaf8c62;hp=3cfccda1ad7da656626321045b873fc73e9c3145;hb=b7fd9424ef9c030d4b8ae786180740e29b0d809f;hpb=13eab5f8fe50fca373bf2a13f2afff327aef8e94 diff --git a/phablet-install b/phablet-install index 3cfccda..529e80f 100755 --- a/phablet-install +++ b/phablet-install @@ -1,7 +1,7 @@ #!/bin/sh set -e -CHANNEL=devel-proposed +CHANNEL=${CHANNEL:=devel-proposed} MYNAME=$(getent passwd `whoami` | cut -f5 -d: | cut -f1 -d,) MYMAIL=${DEBMEMAIL:-$EMAIL} @@ -17,9 +17,10 @@ echo "rebooting to activate writable image..." adb reboot adb wait-for-device +# enable network +phablet-network -n /etc/NetworkManager/system-connections/pittinet + # install some necessary packages -echo "connect to wifi now and press Enter" -read n adb shell "apt-get install -y vim bzr ubuntu-ui-toolkit-autopilot ofono-phonesim" # set up bzr, vim, ssh