Ubuntu Pastebin

Paste from john-mcaleely at Tue, 9 Dec 2014 17:31:57 +0000

Download as text
1
2
3
4
5
#!/bin/bash
adb shell mkdir -p /etc/system-image
adb shell touch /etc/system-image/skip-gpg-verification
adb shell system-image-upgrader /cache/recovery/ubuntu_command
adb reboot
Download as text