54
54
add-apt-repository -y ppa:ubuntu-touch-coreapps-drivers/collection
55
55
add-apt-repository -y ppa:ubuntu-touch-coreapps-drivers/daily
57
58
apt-get install --yes touch-collection touch-coreapps mosh ssh vnstat pastebinit ssh uptimed predict bootchart
59
60
echo "Europe/London" | sudo tee /etc/timezone
60
61
dpkg-reconfigure --frontend noninteractive tzdata
63
65
echo ":: Installing apps"
64
66
adb push $TMP_FILE $UBUNTU_ROOT/$TMP_FILE
65
68
adb shell chmod 755 $UBUNTU_ROOT/$TMP_FILE
66
69
adb shell chroot $UBUNTU_ROOT $UBUNTU_ROOT/$TMP_FILE