robotpy / pyfrc

python3 library designed to make developing RobotPy-based code easier!
MIT License
50 stars 35 forks source link

Error with sed command on deploy #110

Closed virtuald closed 6 years ago

virtuald commented 6 years ago

The sed command needs to run as admin, but it's being ran as lvuser. For some reason it had worked for me previously, not quite sure how. Need to examine the deploy process and double check that.

auscompgeek commented 6 years ago

The Java Eclipse plugin runs that on JRE install. Perhaps we should make it part of the installation process instead, since that is done as admin.