Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(460)

Side by Side Diff: platforms/raspberry-pi2/data/setup-agent.sh

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 echo "Setting up Fletch agent" 2 echo "Setting up Dartino agent"
3 sudo /usr/sbin/update-rc.d fletch-agent defaults 3 sudo /usr/sbin/update-rc.d dartino-agent defaults
4 sudo service fletch-agent start 4 sudo service dartino-agent start
OLDNEW
« no previous file with comments | « platforms/raspberry-pi2/data/depend.stop.fletch.wheezy ('k') | platforms/raspberry-pi2/flash-sd-card » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698