SFU-Embedded-Cosplay / Halo-Suit-BeagleBone

2 stars 0 forks source link

remove copy and enable commands from install.sh #12

Closed HamiltonChris closed 9 years ago

HamiltonChris commented 9 years ago

This pull request will resolve #11 by removing the troublesome copy and enable service commands in the install .sh script. The copy command is then moved to the Make command enable. The disable command was augmented to allow for easier removal of the service. Now when someone is working on the repo on a PC they can run $make install without causing problems by adding a service. When someone needs to add a service on the beaglebone they can call $make enable to do that.