~popey/+junk/phablet-flash-wrapper

« back to all changes in this revision

Viewing changes to post-flash.sh

  • Committer: Alan Pope
  • Date: 2013-06-22 19:54:15 UTC
  • Revision ID: alan.pope@canonical.com-20130622195415-r7n3snqdrgvo35c9
update for flipped image

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# * sets timezone
8
8
#
9
9
# Assumptions:-
10
 
# * Device already running some build of Ubuntu Touch and is connected via USB
 
10
# * Device already running flipped build of Ubuntu Touch and is connected via USB
11
11
# * You're already connected to the network on the device
12
12
# * You live in London :)
13
13
#
14
14
# (c) 2013 Canonical - Alan Pope alan.pope@canonical.com
15
15
 
16
 
UBUNTU_ROOT="/data/ubuntu"
 
16
UBUNTU_ROOT="/"
17
17
 
18
18
function adb_root {
19
19
  echo ":: Run adb root"
54
54
add-apt-repository -y ppa:ubuntu-touch-coreapps-drivers/collection
55
55
add-apt-repository -y ppa:ubuntu-touch-coreapps-drivers/daily
56
56
apt-get update
57
 
apt-get install --yes touch-collection touch-coreapps ssh vnstat pastebinit
 
57
apt-get install --yes touch-collection touch-coreapps mosh ssh vnstat pastebinit ssh uptimed predict
58
58
perl -p -i -e 's/expandable\:\ false/expandable\:\ true/' /usr/share/unity8/Dash/Apps/ApplicationsFilterGrid.qml
59
59
echo "Europe/London" | sudo tee /etc/timezone
60
60
dpkg-reconfigure --frontend noninteractive tzdata