~marius.quabeck/magic-device-tool/master

« back to all changes in this revision

Viewing changes to devices/nexus7deb/ubuntu/stablewipe.sh

  • Committer: Marius Quabeck
  • Date: 2017-08-19 11:39:42 UTC
  • Revision ID: git-v1:41007b7f49a30712e72358f26f8b4758b553e08b
Remove sudo for ubuntu-device-flash

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    fastboot reboot-bootloader
30
30
    sleep 6
31
31
    echo ""
32
 
    sudo ubuntu-device-flash --server=http://system-image.ubports.com touch --channel=ubuntu-touch/stable --device=deb --bootstrap
 
32
    ubuntu-device-flash --server=http://system-image.ubports.com touch --channel=ubuntu-touch/stable --device=deb --bootstrap
33
33
    echo ""
34
34
    echo "Move to your device to finish the setup."
35
35
    sleep 1